Skip to content

SpringBoot best practice architecture. This repository describes multiple data connections with a architecture in mind. RDBMS/Mongo/Cassandra/Redis

License

Notifications You must be signed in to change notification settings

tomoyane/springboot-bestpractice

Repository files navigation

SpringBoot best practice

Write to about Spring Boot best practice architecture

Environment

  • application-loc.yml
    • Working on docker container
      • MySQL container
      • openjdk:8-jdk container
  • application-dev.yml
    • Working on Heroku
      • Postgres SQL
      • gradle buldpack

Architecture

spring-boot-bestpracite
|-common
|     |- config
|     |- property 
|     |- util
|
|-controller
|     |- v1
|     |- v2
|
|-domain
|     |- entity
|     |- model
|     |- repository
|
|-exception
|
|-service
|-App

About

SpringBoot best practice architecture. This repository describes multiple data connections with a architecture in mind. RDBMS/Mongo/Cassandra/Redis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published