2024-03-11 13:32:51 +08:00
|
|
|
spring:
|
|
|
|
|
cloud:
|
|
|
|
|
nacos:
|
2024-03-13 17:37:56 +08:00
|
|
|
# serverAddr: 127.0.0.1:8848
|
2024-03-11 13:32:51 +08:00
|
|
|
discovery:
|
|
|
|
|
server-addr: 127.0.0.1:8848
|
2024-03-13 17:37:56 +08:00
|
|
|
config:
|
|
|
|
|
server-addr: 127.0.0.1:8848
|
2024-03-11 13:32:51 +08:00
|
|
|
config:
|
|
|
|
|
import:
|
|
|
|
|
- nacos:qihang-oms.yaml?refresh=true
|
|
|
|
|
application:
|
2024-03-11 14:15:25 +08:00
|
|
|
name: dou-api
|
2024-03-11 13:32:51 +08:00
|
|
|
|
|
|
|
|
server:
|
2024-03-11 14:15:25 +08:00
|
|
|
port: 8085
|
2024-03-11 13:32:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
|
|
|
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
2024-03-11 14:15:25 +08:00
|
|
|
type-aliases-package: com.qihang.dou.domain;com.qihang.security.entity;
|
2024-03-11 13:32:51 +08:00
|
|
|
configuration:
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 开启sql日志
|