xieshengjie 2 лет назад
Родитель
Сommit
8d779f5849
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      xxl-job-admin/src/main/resources/application-dev.properties

+ 4 - 4
xxl-job-admin/src/main/resources/application-dev.properties

@@ -1,5 +1,5 @@
 ### web
-server.port=8080
+server.port=8175
 server.servlet.context-path=/xxl-job-admin
 
 ### actuator
@@ -23,9 +23,9 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
 #mybatis.type-aliases-package=com.xxl.job.admin.core.model
 
 ### xxl-job, datasource
-spring.datasource.url=jdbc:postgresql://124.70.75.91:5432/wisdom
-spring.datasource.username=gdprod
-spring.datasource.password=gd123
+spring.datasource.url=jdbc:postgresql://192.168.11.248:5432/xxl-job-pg
+spring.datasource.username=postgres
+spring.datasource.password=postgres
 spring.datasource.driver-class-name=org.postgresql.Driver
 
 ### datasource-pool