瀚高数据库链接适配
·
1、链接瀚高数据库配置:
database.type = pgsql
spring.datasource.password = 数据库密码
spring.datasource.type = com.alibaba.druid.pool.DruidDataSource
spring.datasource.url = jdbc:highgo://ip:5866/数据库用户
spring.datasource.username = 数据库用户
spring.jpa.hibernate.ddl-auto = update
spring.jpa.show-sql = false
spring.datasource.driver-class-name = com.highgo.jdbc.Driver
更多推荐


所有评论(0)