diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8a255bd..c2a146e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port = 6802 ## 数据源配置 -spring.datasource.url = jdbc:postgresql://118.24.27.47:5432/straw_fire_point +spring.datasource.url = jdbc:postgresql://118.24.27.47:5432/straw_fire_point_debug spring.datasource.userName = straw_manager spring.datasource.password = straw123 spring.datasource.driverClassName = org.postgresql.Driver