View all of my Projectworks - click over here -> Vivek Vellaiyappan Project Works
- Learn about Spring boot application
- understand how Spring Boot works and how to create production grade website
- Video Link - to be updated
- Working Demo - GIF - to be updated
- Working Demo Files
- Working Demo - PDF - to be updated
- Spring Boot, Spring MVC, Spring REST controller, Apache Derby, Tomcat Server, Postman, jUnit, Swagger, Thymeleaf, Bootstrap, jQuery, HTML, CSS, JavaScript
- 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)