spring_boot_all_study/SpringBootShiroRememberMe/target/classes/application.properties

12 lines
479 B
Properties
Raw Normal View History

2019-08-23 14:03:02 +00:00
server.port=9087
server.servlet.context-path=/r
# 数据库的信息
spring.datasource.url = jdbc:mysql://localhost:3306/java10?useSSL=false&serverTimezone=Asia/Shanghai
spring.datasource.username = root
spring.datasource.password = Java20190713*yy
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
spring.jpa.database = MYSQL
# spring.jpa.show-sql = true 表示会在控制台打印执行的sql语句
spring.jpa.show-sql = true
spring.jpa.hibernate.ddl-auto = update