https://github.com/bkosm/springboot-h2sql-jsp-example
springboot-h2sql-jsp-example
https://github.com/bkosm/springboot-h2sql-jsp-example
h2-database jsp-servlet spring-boot sql
Last synced: about 1 year ago
JSON representation
springboot-h2sql-jsp-example
- Host: GitHub
- URL: https://github.com/bkosm/springboot-h2sql-jsp-example
- Owner: bkosm
- Created: 2022-06-04T17:58:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T10:42:28.000Z (over 3 years ago)
- Last Synced: 2025-01-14T14:32:29.860Z (about 1 year ago)
- Topics: h2-database, jsp-servlet, spring-boot, sql
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring boot with Java Servlet pages frontend & sql database template application
After each new migration file and on first run execute:
```bash
./gradlew.bat flywayMigrate
```
To run the application just:
```bash
./gradlew.bat bootRun
```
---
Useful for obsolete University courses :)