update
This commit is contained in:
parent
893afd295c
commit
b63d05a89c
12
src/main/resources/application.properties.debug
Normal file
12
src/main/resources/application.properties.debug
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
server.port=8000
|
||||||
|
spring.datasource.url=jdbc:mysql://127.0.0.1/databases?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true&userAffectedRows=true
|
||||||
|
spring.datasource.username=user
|
||||||
|
spring.datasource.password=password
|
||||||
|
mybatis.mapper-locations=classpath:mappers/*.xml
|
||||||
|
#mybatis.config-location=classpath:mybatis-config.xml
|
||||||
|
mybatis.type-aliases-package=com.yutou.nas.mybatis
|
||||||
|
#<23><>ӡmybatis<69><73>־
|
||||||
|
#logging.level.com.yutou.nas=debug
|
||||||
|
|
||||||
|
#oss
|
||||||
|
log4j.logger.com.aliyun.oss=OFF
|
Loading…
Reference in New Issue
Block a user