Demo/target/classes/application.properties
2024-10-26 19:39:18 +08:00

17 lines
649 B
Properties

#spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://117.50.194.112:3306/zhangzichun?useUnicode=true&useSSL=false&serverTimezone=GMT&characterEncoding=UTF-8
#spring.datasource.username=ot
#spring.datasource.password=xulovezhang
#spring.jpa.show-sql=true
#spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
#??mapper xml???
mybatis-plus.mapper-locations=classpath:mappers/*.xml