Commit 4862408a by wangweidong

在线开发管理

parent a6c3daee
#Mon Mar 23 14:37:03 CST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
......@@ -23,9 +23,9 @@ public class PtTobaccoCodeGenerator {
new PostgresqlGenerator().setDataSourceConfig(new DataSourceConfig()
.setDbType(DbType.POSTGRE_SQL)
.setDriverName("org.postgresql.Driver")
.setUrl("jdbc:postgresql://192.168.0.115:5432/tobacco_lims_dev")
.setUrl("jdbc:postgresql://localhost:5432/tobacco_lims_dev")
.setUsername("postgres")
.setPassword("123456")
.setPassword("111111")
).execute();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment