https://github.com/levyks/htmsblog
Blog made using the HTMS stack (HTMX, Thymeleaf, MySQL, Spring), used as learning project for the TJW (Java Topics for the Web) class in the Computer Science course of IFCE.
https://github.com/levyks/htmsblog
htms htmx spring thymeleaf
Last synced: about 2 months ago
JSON representation
Blog made using the HTMS stack (HTMX, Thymeleaf, MySQL, Spring), used as learning project for the TJW (Java Topics for the Web) class in the Computer Science course of IFCE.
- Host: GitHub
- URL: https://github.com/levyks/htmsblog
- Owner: Levyks
- Created: 2023-11-06T03:33:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T01:34:22.000Z (over 2 years ago)
- Last Synced: 2025-03-30T14:01:50.116Z (about 1 year ago)
- Topics: htms, htmx, spring, thymeleaf
- Language: Java
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMS Blog
Blog made using the HTMS stack (HTMX, Thymeleaf, MySQL, Spring), used as learning project for the TJW (Java Topics for
the Web) class in the Computer Science course of IFCE.
## Requirements
- Java 21
- MariaDB/MySQL database
- Tested with MariaDB 11.1.2 and 11.2.2
- Environment variables
| Variable | Description | Default |
|---------------|-------------------|-------------------------------------------|
| `DB_URL` | Database URL | `jdbc:mysql://localhost:3306/htms_blog` |
| `DB_USERNAME` | Database username | `root` |
| `DB_PASSWORD` | Database password | `password` |
Server will listen on port 8080 by default, this can be overridden by setting the `SERVER_PORT` environment variable.