fix: 修改包名,模块名。

This commit is contained in:
tianyongbao
2025-01-15 22:06:44 +08:00
parent ab3f319823
commit 34ccd2ed25
874 changed files with 3328 additions and 5344 deletions

View File

@@ -0,0 +1,33 @@
# Tomcat
server:
port: 9200
# Spring
spring:
application:
# 应用名称
name: intc-auth
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
namespace: intc
# 服务注册地址
server-addr: 101.126.95.100:8858
group: intc
ip: 154.8.147.51
config:
namespace: intc
# 配置中心地址
server-addr: 101.126.95.100:8858
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
# 用于服务监控可在线查看日志,该配置用于生产环境
logging:
file:
name: logs/${spring.application.name}/info.log