Skip to content

v2.3.1

Latest
Compare
Choose a tag to compare
@HugoChanD HugoChanD released this 15 Jan 03:10
· 39 commits to develop since this release

下载对应数据库的插件,将该文件的路径配置到plugins文件夹中,修改配置文件application.properties即可,例
spring.datasource.platform=postgresql
db.url.0=jdbc:postgresql://localhost:5432/nacos?tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos_java
db.user=nacos
db.password=nacos
db.pool.config.driverClassName=org.postgresql.Driver
db.pool.config.connectionTestQuery=SELECT 1