6a6ec8d9c2
* 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.
39 lines
430 B
Plaintext
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
|