Skip to content

DanneLeung/spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot+JPA+Thymeleaf Admin Console starter

Introduction

Framework

  • Spring Boot (2.7.5)

    Takes an opinionated view of building production-ready Spring applications. Spring Boot favors convention over configuration and is designed to get you up and running as quickly as possible.

    Spring Boot

  • Spring Data JPA

    Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories. This module deals with enhanced support for JPA based data access layers. It makes it easier to build Spring-powered applications that use data access technologies.

    Spring Data JPA

  • Spring Security

    Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.

    Spring Security

  • Thymeleaf

    Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

    Thymeleaf

    Thymeleaf 3 docs

  • AdminLTE (v2.3.11)

    AdminLTE -- is a fully responsive admin template. Based on Bootstrap 3 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself. AdminLTE GitHub

Features

  • Spring boot with zero config
  • Integrate AdminLTE bootstrap 3 theme

Run project

Requirements

  • Java 8
  • Maven 3

Run

  • Use maven to run
    mvn spring-boot:run
    
  • run with tomcat in IDE