Skip to content

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.

Notifications You must be signed in to change notification settings

Levyks/htmsblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages