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.
15 lines
454 B
15 lines
454 B
# 应用服务 WEB 访问端口
|
|
server.port=9091
|
|
|
|
# logback日志操作
|
|
logging.config=classpath:logback-spring.xml
|
|
logging.path=./logs/
|
|
|
|
#
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/bcdb?useUnicode=true&characterEncoding=utf8
|
|
spring.datasource.username=root
|
|
spring.datasource.password=root
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
# jpa
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
|