Skip to content

Yet another web Service Sample with Spring Boot 2 and Swagger UI

Notifications You must be signed in to change notification settings

emrahonder/Plak-Store-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plak Store Application API

Yet another web Service Sample with Spring Boot 2 and Swagger UI This service simulates CRUD operations for a record store. The endpoints for this WS is visible from Swagger UI: http://localhost:8080/swagger-ui/index.html

Service Configuration

For MySQL configuration, application.properties should be updated before run.

spring.datasource.url=jdbc:mysql://URL:PORT/DATABASENAME?useUnicode=yes&characterEncoding=UTF-8&characterSetResults=UTF-8
spring.datasource.username=USERNAME
spring.datasource.password=PASSWORD

About

Yet another web Service Sample with Spring Boot 2 and Swagger UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages