Skip to content

palashencode/spring-boot-web-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Has Imp pocs about login/logut and point cut advices and annotations. Move that to the main project and delete this.

POC

standalone deployable web application using spring-boot

Use Cases

  • starter for a quick dockerised web application with login.
  • can act as a web UI for any desktop utility.

Login creds

user - jack pass - manage role - user

user - jane pass - manage role - admin

Run

locally within ide mvn spring-boot:run

create wars: mvn package

Docker

docker build --tag=spring-boot-web-starter:latest .

docker run -p8080:8080 spring-boot-web-starter:latest

API endpoints

http://localhost:8080/status http://localhost:8080/home http://localhost:8080/login http://localhost:8080/dashboard http://localhost:8080/logout

developer notes : a. making jstl to work was a real pain

About

spring-boot-web-app-starter with login and dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published