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