in28minutes /
master-spring-and-spring-boot
Spring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to Cloud
Loading repository data…
psudhansu / repository
REST API for an Online Nursery Management System that allows customers to view and buy the list of plants, seeds, and planters. The application also includes user and admin validation and authentication.
REST API for an Online Nursery Management System that allows customers to view and buy the list of plants, seeds, and planters. The application also includes user and admin validation and authentication.
Install the Spring Tools Suite
https://spring.io/tools
Install MySQL Community Server
https://dev.mysql.com/downloads/mysql/
Clone the Repository
git clone https://github.com/psudhansu/dangerous-powder-9842.git
Open MySQL Server
Create a New Database in SQL: "Nursery"
Go to the Project Directory
Open the PlantParadiseMarketApplication Folder with S.T.S
Go to src/main/resources > application.properties & change your username and password (MySQL server username & password)
spring.datasource.username="username"
spring.datasource.password="password"
To change the Server Port
server.port=8080
Go to com.plantparadisemarket package > PlantParadiseMarketApplication.java
Run as Spring Boot App
Open the following URL for Swagger-UI
http://localhost:8080/swagger-ui/
Selected from shared topics, language and repository description—not editorial ratings.
in28minutes /
Spring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to Cloud
khandelwal-arpit /
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
jirutka /
A convenient Spring MVC exception handler for RESTful APIs.
mariazevedo88 /
An API for travel management. It is built with Java, Spring Boot, and Spring Framework. A toy-project to serve as a theoretical basis for the Medium series of articles I wrote about Java+Spring.
fhsinchy /
REST API powered by Spring Boot written for a freeCodeCamp course
stormpath /
Official Java SDK for the Stormpath User Management REST API