Simple Spring Boot app with Alpine.js frontend and Spring Data JDBC backend.
- Java 24
- Maven (or use
./mvnwwrapper) - PostgreSQL
Install PostgreSQL:
brew install postgresql && brew services start postgresqlRun the app:
./mvnw spring-boot:runOpen: http://localhost:8080
Stop: Ctrl+C
Run tests:
./mvnw testClean build:
./mvnw clean