23 lines
520 B
YAML
23 lines
520 B
YAML
spring:
|
|
cloud:
|
|
nacos:
|
|
# serverAddr: 127.0.0.1:8848
|
|
discovery:
|
|
server-addr: 127.0.0.1:8848
|
|
config:
|
|
server-addr: 127.0.0.1:8848
|
|
config:
|
|
import:
|
|
- nacos:qihang-oms.yaml?refresh=true
|
|
application:
|
|
name: oms-api
|
|
|
|
server:
|
|
port: 8081
|
|
|
|
|
|
mybatis-plus:
|
|
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
|
type-aliases-package: com.qihang.oms.domain;com.qihang.security.entity;
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 开启sql日志 |