Files
IETMWebBackend/ietmwebbackend/src/main/resources/application.yml

18 lines
284 B
YAML
Raw Normal View History

2026-01-15 10:53:54 +08:00
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