You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
420 B
12 lines
420 B
# logback日志操作
|
|
logging.config=classpath:logback-spring.xml
|
|
logging.path=./logs/
|
|
|
|
# server port
|
|
server.port=9091
|
|
#
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/bcdb?useUnicode=true&characterEncoding=utf8
|
|
# /szwhtrans?&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
spring.datasource.username=root
|
|
spring.datasource.password=root
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|