mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-03 03:45:28 +08:00
解决,找不到jeecg-cloud-module在其子目录config下有两个配置文件 #1754
This commit is contained in:
16
jeecg-boot/jeecg-cloud-module/config/bootstrap.yml
Normal file
16
jeecg-boot/jeecg-cloud-module/config/bootstrap.yml
Normal file
@ -0,0 +1,16 @@
|
||||
server:
|
||||
port: 8080
|
||||
spring:
|
||||
application:
|
||||
name: jeecg-system
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: 127.0.0.1:8848
|
||||
config:
|
||||
file-extension: yml
|
||||
server-addr: 127.0.0.1:8848
|
||||
shared-dataids: jeecg-cloud-application-beta.yml
|
||||
feign:
|
||||
sentinel:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user