Karsten Silz 6a6ec8d9c2 BAEL-4652: Running Spring Boot with PostgreSQL in Docker Compose (#10255)
* Initial commit after Spring Starter Wizard.

* Shortened class names.

* Added Docker files, probably not working, yet.

* Ignoring JAR files.

* Docker files work now.

* Fixed application start-up.

* Creating & querying customer.

* Simplified by removing "files" sub-folder for applicaton JAR file.

* Removed more unnecessary settings.

* Removed last "application.properties" setting since this is part of
the Docker Compose file.

* Final tweaking.
2020-11-18 22:08:14 +01:00

39 lines
430 B
Plaintext

HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Custom exclusions ###
*.jar