Skip to content

dhirajbadu/spring_boot_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring_boot_skeleton

Technologies

  • Language : Java
  • Framework : Spring Boot, JQuery, Bootstrap
  • ORM : Hibernate, JPA (Spring Data JPA)
  • Database : MYSQL
  • Build Tool : Maven
  • Web Security : Spring Security, Oauth2
  • Social Integration : Facebook and Google
  • Logger : Log4j
  • Modal : DTO
  • Pattern : MVC

Auto CRUD

  • Command : python3 auto_crud.py -e "entity name" -p "package name"
  • Following classes are automatically generated.
    • Repository
    • Dto
    • Converter
    • Service
    • ServiceImpl
    • Error
    • Validation
    • Controller
    • Filter
    • RestController

Project Structure

  • src
    • main
      • java
        • config
          All server side config classes
        • service
          • common
            All the classes which are used multiple times in other class, means common classes
          • core
            All the classes which contains core business logics
          • web
            Controller, session, RestFull Api, etc
      • resources
        server side resorce and config files
      • webapp
        web pages(JSP) and resources(JS,CSS,etc)
    • Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published