Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enginooby-practice/thymeleaf

Configured by Spring Boot
https://github.com/enginooby-practice/thymeleaf

bootstrap java spring-boot thymeleaf

Last synced: about 7 hours ago
JSON representation

Configured by Spring Boot

Awesome Lists containing this project

README

        

# List of practiced topics

## Configuration
1. Spring Boot configuration with dependencies
[[Reference]()]
- Spring Web
- Thymeleaf
- Spring Boot DevTools (Optional)
2. Create Controllers
[[DemoController]()]
3. Create HTML view pages
[[home.html]()]
- Add `````` to support Thymeleaf expressions
- Add `````` to apply CSS style

## Thymeleaf Expressions
[[list-employees.html]()]
- ```

```
- ``````

## Notes/Tips
- Run project as Java app
- View pages in ```src/main/resource/templates```
- Local CSS in ```src/main/resources/static``` (recommend creating sub-directory for CSS files, like ```css```)
- Remote Bootstrap
[[URL](https://getbootstrap.com/docs/4.5/getting-started/introduction/#starter-template)]
- Copy required meta and link tags
- Wrap content inside ```

```