db name
This commit is contained in:
parent
8e8d6ea00d
commit
d099186780
2 changed files with 9 additions and 9 deletions
|
|
@ -214,11 +214,6 @@
|
|||
<plugin>
|
||||
<groupId>org.xolstice.maven.plugins</groupId>
|
||||
<artifactId>protobuf-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<protocArtifact>com.google.protobuf:protoc:4.27.3:exe:${os.detected.classifier}</protocArtifact>
|
||||
<protoSourceRoot>${project.parent.basedir}/backend/src/main/resources</protoSourceRoot>
|
||||
<outputDirectory>${project.parent.basedir}/backend/target/generated-sources/java/protobuf</outputDirectory>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
@ -226,6 +221,11 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<protocArtifact>com.google.protobuf:protoc:4.27.3:exe:${os.detected.classifier}</protocArtifact>
|
||||
<protoSourceRoot>${project.parent.basedir}/backend/src/main/resources</protoSourceRoot>
|
||||
<outputDirectory>${project.parent.basedir}/backend/target/generated-sources/java/protobuf</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<datasource>
|
||||
<dbBeanPackage>ervu.lkrp.fl.db_beans</dbBeanPackage>
|
||||
<dbName>ervu-lkrp-fl</dbName>
|
||||
<dbName>ervu_lkrp_fl</dbName>
|
||||
<driverClassName>org.postgresql.Driver</driverClassName>
|
||||
<host>10.10.31.119</host>
|
||||
<manually>false</manually>
|
||||
<password>ervu-lkrp-fl</password>
|
||||
<password>ervu_lkrp_fl</password>
|
||||
<port>5432</port>
|
||||
<schemas>public</schemas>
|
||||
<sqlDialect>POSTGRES</sqlDialect>
|
||||
<url>jdbc:postgresql://10.10.31.119:5432/ervu-lkrp-fl</url>
|
||||
<url>jdbc:postgresql://10.10.31.119:5432/ervu_lkrp_fl</url>
|
||||
<urlPrefix>jdbc:postgresql:</urlPrefix>
|
||||
<user>ervu-lkrp-fl</user>
|
||||
<user>ervu_lkrp_fl</user>
|
||||
</datasource>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue