devil-cyber / SpringApplication

Simple Spring Application to learn Spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Only for Learning purpose (Spring Appllication)

TODO: Note: ✔️ Means Implemented and ✅ Means Yet to Implement

  • Feature to Add new records ✔
  • Feature to view all records ✔️
  • Feature to delete particular record ✔️
  • Feature to edit and update particular record ✔️
  • Login Feature ✅

How To Use:

  • Download or clone the code
  • Open the code in an Ide (IntelliJ IDEA is recommended)
  • Now open pom.xml file and right click on Ide you will get option of maven then click on maven and reload project
  • Now changed the MySql config inside CreateConnection.java file (Download MySql)
  • Now go inside NewappAllication.java and hit run
  • Go to browser and enter http://127.0.0.1:8000

Some Sneek Peek

Demo Of App:

Spring Boot App

About

Simple Spring Application to learn Spring


Languages

Language:Java 99.8%Language:HTML 0.2%