spring_boot_all_study/SpringBootHomework/target/classes/application.properties

11 lines
449 B
Properties

server.port=9084
server.servlet.context-path=/hw
spring.datasource.url=jdbc:mysql://118.24.99.140:3306/zzty?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=Aa_114514
spring.jpa.database=MYSQL
spring.jpa.hibernate.ddl-auto=update
spring.profiles.active=dev
#spring.profiles.active=prod