Web application boilerplate based on a template of Bootstrap Italia.
multi-rpc 2.0.0
git clone https://github.com/giosil/multi-rpc.git
mvn clean install
- this will publishmulti-rpc-2.0.0.jar
in Maven local repository
git clone https://github.com/giosil/webapp-bs-it.git
mvn clean install
- this will producewebapp-bs-it.war
intarget
directory- Create database (see
oracle
,mysql
directories) - Create datasource
jdbc/db_app
in your application server - Deploy
webapp-bs-it.war
in your application server - Launch
http://localhost:8080/webapp-bs-it
Launch http://localhost:8080/webapp-bs-it on browser.