An open API service indexing awesome lists of open source software.

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

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 :)