43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
server:
|
|
port: 9098
|
|
spring:
|
|
application:
|
|
name: engine-database
|
|
redis:
|
|
host: 115.159.33.152
|
|
port: 6379
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://115.159.33.152:3306/etl
|
|
username: root
|
|
password: lzm@123
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ant_path_matcher
|
|
profiles:
|
|
active: dev
|
|
cloud:
|
|
nacos:
|
|
#注册服务
|
|
discovery:
|
|
server-addr: 115.159.33.152:8848
|
|
namespace: f9f293d4-55ce-45c1-aa15-124ca461c060
|
|
# 配置
|
|
config:
|
|
server-addr: 115.159.33.152:8848
|
|
namespace: f9f293d4-55ce-45c1-aa15-124ca461c060
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
logging:
|
|
level:
|
|
com.bwie: DEBUG
|
|
mybatis-plus:
|
|
mapper-locations: classpath:/mapper/*mapper.xml
|
|
typeAliasesPackage: com.etl.database.common.entity
|
|
file:
|
|
path: "D:\\"
|
|
name: "美美子新创建的文件7.15"
|