18 lines
284 B
YAML
18 lines
284 B
YAML
|
|
server:
|
||
|
|
port: 8081
|
||
|
|
|
||
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://101.35.140.199:13306/ietm
|
||
|
|
username: ietm
|
||
|
|
password: ietm11335577
|
||
|
|
|
||
|
|
mybatis:
|
||
|
|
mapper-locations: classpath:/mapper/*.xml
|
||
|
|
|
||
|
|
#logging:
|
||
|
|
# level:
|
||
|
|
# com:
|
||
|
|
# backend:
|
||
|
|
# webbackend:
|
||
|
|
# mapper: debug
|