Skip to content

JiaRuiShao/SpringRestDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring REST API Demo

INTRODUCTION

Main application

  • Technologies used - Spring Boot, Spring Data JPA, Spring Security, Swagger
  • Embedded Server - H2
  • Start the application by running SpringRestStarter class
  • Configuration file - application.properties
  • data.sql and schema.sql will be automatically populated during startup.
  • Swagger generated API doc can be accessed from localhost:port/swagger-ui.html

Test

  • Technologies used - Spring Test, JUnit, REST Assured
  • Run mvn install or mvn jacoco:report will generate test coverage report in target/site/jacoco/index.html

Todo

  • For Simplicity, use default Spring Security. Could add a basic http authentication later.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages