server:
port: 12998
spring:
application:
name: @artifactId@
# nacos
cloud:
nacos:
server-addr: 127.0.0.1:8848
discovery:
namespace: eb001e6c-9c22-421f-8f36-ed92821014d8
config:
namespace: eb001e6c-9c22-421f-8f36-ed92821014d8
file-extension: yml
shared-dataids: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
profiles:
active: dev
logging:
config: classpath:logback-spring.xml
file:
name: ../logs/${spring.application.name}/console.log
-
fshenye authored
2. 重要操作添加日志注解 3. 主要接口添加权限限制
26fc5718