Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enginooby-practice/thymeleaf
- Owner: enginooby-practice
- Created: 2020-07-12T22:18:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T23:19:03.000Z (over 4 years ago)
- Last Synced: 2024-01-10T11:54:02.233Z (10 months ago)
- Topics: bootstrap, java, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ``````