BAEL-4652: Running Spring Boot with PostgreSQL in Docker Compose (#10297)

This commit is contained in:
Karsten Silz 2020-12-07 07:41:10 +00:00 committed by GitHub
parent de36111f42
commit 280e0008ca
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.baeldung.docker</groupId>
<artifactId>spring-boot-postgres-docker</artifactId>
<artifactId>docker-spring-boot-postgres</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-postgres-docker</name>
<name>docker-spring-boot-postgres</name>
<description>Demo project showing Spring Boot, PostgreSQL, and Docker</description>
<properties>
@ -45,4 +45,4 @@
</plugins>
</build>
</project>
</project>