Code Monkey home page Code Monkey logo

.temp.springboot's Introduction

Standard Spring boot Framework (ver 0.1)

● setup [IntelliJ 기준]

  1. GIT Clone
  2. File Name Replace "easyoops" > "{project name}"
  3. File > Projects Structure > Project, Module > ver 1.8 / 8 변경.
  4. com/{project}/{project}Application 실행
  5. DB(H2) 자동 구성 및 스키마 자동 세팅.

● structure

image

  • biz : 업무 개발
  • common : 공통 (framework, util)
  • ext : 외부 연동 개발 (provider)

● CORS

  1. 설정 : WebMvcConfig.java
  2. 임시 옵션 변경 : allowCredentials(false), allowedOrigins(*)

● swagger UI

  1. 설정 : SwaggerConfig.java
  2. URL : http://localhost:8080/swagger-ui/

● H2 Database

  1. mock memory databace 설정이 되어 있으며, 사용 DB 전환시 아래 편집.

    • application.properties
    • DataSourceConfig.java
  2. URL : http://localhost:8080/h2/

● application architecture

  1. 구조 정도만 잡아 두었으며, 업무 상황에 맞게 맞춤형 구성 필요
    • aspect
    • security
    • filter
    • interceptor
    • exception
    • provider

※ ver 0.1 로컬 환경 구성 기준

.temp.springboot's People

Watchers

 avatar

Forkers

gmlee329

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.