init
This commit is contained in:
18
ietmwebbackend/src/main/resources/application.yml
Normal file
18
ietmwebbackend/src/main/resources/application.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user