diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 08e4171..dd80dac 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port = 6801 ## 数据源配置 -spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point +spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new spring.datasource.userName = fire_manage spring.datasource.password = fire456 spring.datasource.driverClassName = org.postgresql.Driver