Skip to content

vivekVells/SpringBootApplnTryout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

View all of my Projectworks - click over here -> Vivek Vellaiyappan Project Works


SpringBootApplnTryout

  • Learn about Spring boot application

Objective

  • understand how Spring Boot works and how to create production grade website

Project Working Demo

Tech involved

  • Spring Boot, Spring MVC, Spring REST controller, Apache Derby, Tomcat Server, Postman, jUnit, Swagger, Thymeleaf, Bootstrap, jQuery, HTML, CSS, JavaScript

Instructions to run (will update in detail later)

  • Make sure Java v8 and Maven is available
  • Clone or download this repo
  • goto ..\SpringBootApplnTryout\Code where pom.xml is present
  • do mvn clean package
  • run this command java -jar target\course-api-springboot-appln-1.0-SNAPSHOT.war
  • By default, this application port is mapped to 8080 port which can be configured in application.properties file under resources
  • goto the following urls to verify its working process (Post arg to be done for this course/{id} - use postman in that case)

App Working Functionality Previews

Preview

About

Learn about Spring boot application and understand how it works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages