Here it's were i put my spring batch stuff
Its juts the first example from the Spring webpage (https://spring.io/guides/gs/serving-web-content/)
An other example where the greetings controller its a restful query.
The applications have spring-boot so, if you are developing, instead of making a package you can run it using the mvn spring-boot:run command and then the application reloads after every change without restarting it. To do it go to the app_home and run the following:
spring-boot:run
Instead if you want to run the package of the application you have to first make the package and then run it.
- Set the enviroment running "\bin\setenv.bat"
- Make the package running in the app_home "mvn package"
- Make the aplication run with "\bin\runApp.bat"