18 lines
304 B
Markdown
18 lines
304 B
Markdown
|
=========
|
||
|
|
||
|
## Spring Thymeleaf Example Project
|
||
|
|
||
|
|
||
|
### Relevant Articles:
|
||
|
|
||
|
|
||
|
### Build the Project
|
||
|
```
|
||
|
mvn clean install
|
||
|
```
|
||
|
|
||
|
Access sample pages using the URLs:
|
||
|
http://localhost:8080/spring-thymeleaf/
|
||
|
http://localhost:8080/spring-thymeleaf/addStudent/
|
||
|
http://localhost:8080/spring-thymeleaf/listStudents/
|