|
1 | | -[](https://travis-ci.org/egnaf/spring-boot-jsp-sample) |
| 1 | +[](https://travis-ci.org/egnaf/spring-web-jsp-example) |
2 | 2 |
|
3 | | -# spring-boot-jsp-sample |
| 3 | +# spring-web-jsp-example |
4 | 4 |
|
5 | | -## Installation |
6 | | -To create and run the Spring boot application, run the following code: |
7 | | -```bash |
8 | | -$ mvn spring-boot:run |
9 | | -``` |
| 5 | +## Stack |
| 6 | +- Spring Boot 2.2.0.RELEASE |
| 7 | +- Servlet API 2.5 |
| 8 | +- JSP, HTML, JS, CSS |
| 9 | +- Tomcat 9 |
| 10 | + |
| 11 | +## Install |
| 12 | +1. To clean and build maven project, use: |
| 13 | + ```bash |
| 14 | + mvn clean install |
| 15 | + ``` |
| 16 | +2. To create and run the Spring boot application, run the following code: |
| 17 | + ```bash |
| 18 | + $ mvn spring-boot:run |
| 19 | + ``` |
10 | 20 |
|
11 | 21 | ## Contribute |
12 | 22 | For any problems, comments, or feedback please create an issue |
13 | | -[here](https://github.com/egnaf/spring-boot-jsp-sample/issues). |
| 23 | +[here](https://github.com/egnaf/spring-web-jsp-example/issues). |
14 | 24 | <br> |
15 | 25 |
|
16 | 26 | ## License |
|
0 commit comments