Parcourir la source

fix:修改配置为远程配置

lalala il y a 1 an
Parent
commit
3bcf6a6b87

+ 1 - 2
seecoder-portal-server/src/main/resources/application-dev.yml

@@ -11,8 +11,7 @@ spring:
     url: jdbc:postgresql://localhost:5432/portal
     username: postgres
     password: postgres
-#    username: postgres
-#    password: postgres
+
   mvc:
     async:
       request-timeout: 200000