This commit is contained in:
Galudisu
2025-12-14 20:16:57 +08:00
parent a5fb62f1e5
commit 43c374dec0
92 changed files with 374 additions and 254 deletions

View File

@@ -32,8 +32,8 @@ public class WebSecurityConfigurer {
.frameOptions()
.disable()
.and()
.authorizeRequests()
.antMatchers(
.authorizeHttpRequests()
.requestMatchers(
adminContextPath + "/assets/**",
adminContextPath + "/login",
adminContextPath + "/actuator/**",

View File

@@ -3,7 +3,7 @@ server:
port: 9100
# Spring
spring:
spring:
application:
# 应用名称
name: ruoyi-monitor
@@ -14,10 +14,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
server-addr: 127.0.0.1:8181
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
server-addr: 127.0.0.1:8181
# 配置文件格式
file-extension: yml
# 共享配置