mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-10 02:41:56 +08:00
升级
This commit is contained in:
@@ -32,8 +32,8 @@ public class WebSecurityConfigurer {
|
||||
.frameOptions()
|
||||
.disable()
|
||||
.and()
|
||||
.authorizeRequests()
|
||||
.antMatchers(
|
||||
.authorizeHttpRequests()
|
||||
.requestMatchers(
|
||||
adminContextPath + "/assets/**",
|
||||
adminContextPath + "/login",
|
||||
adminContextPath + "/actuator/**",
|
||||
|
||||
@@ -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
|
||||
# 共享配置
|
||||
|
||||
Reference in New Issue
Block a user