加访问前缀
This commit is contained in:
parent
354049fcf1
commit
1e1d700c87
|
|
@ -2,7 +2,7 @@
|
|||
server:
|
||||
port: 38080
|
||||
servlet:
|
||||
context-path: /hd-real-name
|
||||
context-path: hd-real-name
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 38080
|
||||
servlet:
|
||||
context-path: hd-real-name
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
|
|
@ -9,11 +11,11 @@ spring:
|
|||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 192.168.0.14:8848
|
||||
namespace: fangliang_test
|
||||
namespace: huadong_realname_local
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 192.168.0.14:8848
|
||||
namespace: fangliang_test
|
||||
namespace: huadong_realname_local
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ spring:
|
|||
# 环境配置
|
||||
active: local
|
||||
|
||||
#加密组件
|
||||
#加密组
|
||||
jasypt:
|
||||
encryptor:
|
||||
password: Encrypt
|
||||
|
|
|
|||
Loading…
Reference in New Issue