mirror of
https://github.com/valitydev/daway.git
synced 2024-11-06 00:25:19 +00:00
Ft/fix add info (#22)
This commit is contained in:
parent
faab7fb380
commit
bf08a2d4a5
12
pom.xml
12
pom.xml
@ -9,11 +9,11 @@
|
||||
<version>2.1.7</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>newway</artifactId>
|
||||
<version>1.4.1</version>
|
||||
<artifactId>daway</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>newway</name>
|
||||
<name>daway</name>
|
||||
<description>SQL-views of business objects</description>
|
||||
|
||||
<properties>
|
||||
@ -21,12 +21,12 @@
|
||||
<server.port>8022</server.port>
|
||||
<management.port>8023</management.port>
|
||||
<exposed.ports>${server.port} ${management.port}</exposed.ports>
|
||||
<db.url>jdbc:postgresql://localhost:5432/newway</db.url>
|
||||
<db.url>jdbc:postgresql://localhost:5432/daway</db.url>
|
||||
<db.user>postgres</db.user>
|
||||
<db.password>postgres</db.password>
|
||||
<db.name>newway</db.name>
|
||||
<db.name>daway</db.name>
|
||||
<db.schema>dw</db.schema>
|
||||
<local.pg.url>jdbc:postgresql://localhost:5432/newway</local.pg.url>
|
||||
<local.pg.url>jdbc:postgresql://localhost:5432/daway</local.pg.url>
|
||||
<local.pg.port>5432</local.pg.port>
|
||||
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
|
||||
</checkstyle.config.suppressions.path>
|
||||
|
Loading…
Reference in New Issue
Block a user