Skip to content

ajkret/spring-boot-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-sample

Sample (empty) spring-boot-application

Scaffold Maven project with spring-boot. Included BOWER configuration for AngularJS and Bootstrap. Just run the following command on the base folder of the application.

bower install

What is implemented

This branch has all the server side classes implemented, running Jersey to resolve the REST services and Spring Web to test them.

Also implements the Client side using Angular (1.5.3) and Bootstrap 3.

The project aims to follow the guidelines from the following resources:

What needs more work:

  • Implement a layer separating business logic and data retrieval
  • Use database to store the data

About

Sample (empty) spring-boot-application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 58.2%
  • HTML 23.7%
  • JavaScript 17.6%
  • CSS 0.5%