File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,25 @@ This is used as showcase for [root360 deployments](https://www.root360.de/skalie
99```
1010git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
1111cd simple-java-web-app
12- mvn clean package && java -jar ./target/java-web-app-with-embedded-tomcat-1.0.0-SNAPSHOT.jar
12+ mvn clean package && bash run.sh
1313```
14- Open your browser: http://localhost:8080/app
14+ Open your browser: http://localhost:8080/
1515
1616# Creating a Release
1717
18181 . build app
1919 ```
2020 git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
2121 cd simple-java-web-app
22- bash release.sh
22+ bash release.sh target-version
23+ # e.g. bash release.sh v1.0.1
2324 ```
24- 2 . upload generated jar file to Github Releases
25+ 2 . upload generated jar file from target/ to Github Releases
26+
27+ # Developing the application
28+
29+ This project used [ pre-commit] ( https://pre-commit.com ) to run some code checks on every commit.
30+
31+ 1 . install pre-commit ` pip install pre-commit `
32+ 2 . activate pre-commit ` pre-commit install `
33+ 3 . commit your changes
You can’t perform that action at this time.
0 commit comments