https://github.com/bearddan2000/scala-web-maven-spring-jsp-ssl-postgres-simple
A POC for springboot web app with jsp support
https://github.com/bearddan2000/scala-web-maven-spring-jsp-ssl-postgres-simple
Last synced: about 1 month ago
JSON representation
A POC for springboot web app with jsp support
- Host: GitHub
- URL: https://github.com/bearddan2000/scala-web-maven-spring-jsp-ssl-postgres-simple
- Owner: bearddan2000
- Created: 2023-01-28T05:09:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T05:09:30.000Z (over 3 years ago)
- Last Synced: 2025-07-22T08:53:38.926Z (about 1 year ago)
- Language: Shell
- Homepage: https://github.com/bearddan2000/scala-web-maven-spring-jsp-ssl-postgres-simple
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-web-maven-spring-jsp-ssl-postgres-simple
## Description
A POC for springboot web app with jsp support
connecting to a self-signed ssl enabled postgres database.
## Tech stack
- scala
- maven
- springboot
- jsp
- postgres connector
- bootstrap
- jquery
- dataTable
## Docker stack
- alpine
- postgres
- maven:3-openjdk-17
## To run
`sudo ./install.sh -u`
Available at http://localhost
## To stop
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- https://spring.io/guides/gs/accessing-data-mysql/
- https://medium.com/@gustavo.ponce.ch/spring-boot-jquery-datatables-a2e816e2b5e9