diff --git a/path-with-maven.sh b/path-with-maven.sh new file mode 100644 index 0000000..ec38a49 --- /dev/null +++ b/path-with-maven.sh @@ -0,0 +1 @@ +/c/Users/schubert/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/schubert/bin:/c/Program Files/Common Files/Oracle/Java/javapath:/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/cmd:/c/Users/schubert/AppData/Local/Programs/Python/Python312/Scripts:/c/xampp/php:/c/Program Files/PuTTY:/c/Program Files/TortoiseGit/bin:/c/Users/schubert/AppData/Local/Programs/Python/Python312:/c/Users/schubert/AppData/Local/Microsoft/WindowsApps:/c/Users/schubert/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/schubert/AppData/Local/GitHubDesktop/bin:/c/xampp/php:/c/Users/schubert/AppData/Local/Microsoft/WindowsApps:/d/Programme/IntelliJ IDEA 2024.3.5/bin:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/schubert/Entwicklung/apache-maven-3.9.9/bin diff --git a/pom.xml b/pom.xml index 8aba449..31503ad 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ UTF-8 UTF-8 21 + 8083 @@ -35,6 +36,13 @@ spring-boot-starter-test test + + + org.springframework.boot + spring-boot-test + + + diff --git a/run-spring-boot.sh b/run-spring-boot.sh new file mode 100644 index 0000000..22d94c9 --- /dev/null +++ b/run-spring-boot.sh @@ -0,0 +1 @@ +mvn spring-boot:run -Dmaven.test.skip diff --git a/src/main/java/com/example/demo/DemoApplication.java b/src/main/java/com/example/demo/DemoApplication.java index b32f5f5..6dc1b8c 100644 --- a/src/main/java/com/example/demo/DemoApplication.java +++ b/src/main/java/com/example/demo/DemoApplication.java @@ -19,3 +19,4 @@ public class DemoApplication { SpringApplication.run(DemoApplication.class, args); } } +