Skip to content

This is a very basic Java application that is based on Spring Boot! It's essential purpose is to just to give Level 1 hands-on practice!

License

Notifications You must be signed in to change notification settings

melvincv/java-basic-practice-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Web Application using Spring Boot and H2 In memory database

Run com.akhilsharma.springboot.web.SpringBootFirstWebApplication as a Java Application.

Runs on default port of Spring Boot - 8080

Can be run as a Jar or a WAR

mvn clean install generate a war which can deployed to your favorite web server.

We will deploy to Cloud as a WAR

Web Application

  • http://localhost:8080/login with akhil/hellopassword as credentials
  • You can add, delete and update your todos
  • Spring Security is used to secure the application
  • com.akhilsharma.springboot.web.security.SecurityConfiguration contains the in memory security credential configuration.

H2 Console

About

This is a very basic Java application that is based on Spring Boot! It's essential purpose is to just to give Level 1 hands-on practice!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.0%
  • Shell 9.0%