/spring-boot-seed

seed project for spring boot

Primary LanguageJava

spring-boot-seed

This is seed project for spring boot.


Installation and Getting Started

  • Clone to your local computer using git.
  • Run ./gradlew bootRun or ./start-local.sh

Contents

1. profiles (dev, test, prod)

2. banner

3. actuator

4. ehcache

5. lombok

6. swagger

7. i18n (Internationalization)

8. logging (logback)

9. Spring Data JPA

  • dev : h2
  • test/prod : MySQL

10. Schedule Tasks

11. JPA Auditing