diff --git a/.gitignore b/.gitignore index 480bdf5..667aaef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,10 @@ +HELP.md target/ -!.mvn/wrapper/maven-wrapper.jar +.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ !**/src/test/**/target/ -.kotlin -### IntelliJ IDEA ### -.idea/modules.xml -.idea/jarRepositories.xml -.idea/compiler.xml -.idea/libraries/ -*.iws -*.iml -*.ipr - -### Eclipse ### +### STS ### .apt_generated .classpath .factorypath @@ -22,6 +13,12 @@ target/ .springBeans .sts4-cache +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + ### NetBeans ### /nbproject/private/ /nbbuild/ @@ -34,6 +31,3 @@ build/ ### VS Code ### .vscode/ - -### Mac OS ### -.DS_Store \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5b53425..a566cfb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,62 @@ - - 4.0.0 + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 4.0.0-M3 + + + de.pnreichmuth + timekeep-backend + 0.0.1-SNAPSHOT + timekeep-backend + Demo project for Spring Boot + + + + + + + + + + + + + + + 25 + + + + org.springframework.boot + spring-boot-starter-data-jdbc + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-websocket + - de.pnreichmuth - timekeep-backend - 1.0-SNAPSHOT + + org.springframework.boot + spring-boot-starter-test + test + + - - 25 - 25 - UTF-8 - + + + + org.springframework.boot + spring-boot-maven-plugin + + + - \ No newline at end of file +