mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-31 01:01:27 +08:00
14 lines
204 B
YAML
14 lines
204 B
YAML
server:
|
|
port: 7001
|
|
spring:
|
|
profiles:
|
|
active: dev
|
|
application:
|
|
name: jeecg-system
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 127.0.0.1:8848
|
|
feign:
|
|
sentinel:
|
|
enabled: true |