Ft/fix add info (#22)

This commit is contained in:
struga 2023-10-18 14:49:02 +03:00 committed by GitHub
parent faab7fb380
commit bf08a2d4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
pom.xml
View File

@ -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>