BAEL-4652: Running Spring Boot with PostgreSQL in Docker Compose (#10297)
This commit is contained in:
parent
de36111f42
commit
280e0008ca
|
@ -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>
|
Loading…
Reference in New Issue