Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

프로젝트 설정 #1

Closed
Hosick opened this issue Jan 4, 2021 · 0 comments
Closed

프로젝트 설정 #1

Hosick opened this issue Jan 4, 2021 · 0 comments
Assignees

Comments

@Hosick
Copy link
Collaborator

Hosick commented Jan 4, 2021

의존성 추가

  • spring-boot-starter-web
  • lombok
  • spring-boot-devtools
  • h2database:h2
  • spring-restdocs-mockmvc
  • spring-boot-starter-validation
    • springboot2.3 이후 Web-starter 의존성에 Valid가 제외되었으므로 추가

h2 DB 초기 설정

  • application.yml에 h2 db 초기 설정
Hosick added a commit that referenced this issue Jan 5, 2021
-의존성 추가
-h2 DB 초기 설정
@Hosick Hosick changed the title 프로젝트 생성 프로젝트 설정 Jan 7, 2021
Hosick added a commit that referenced this issue Jan 9, 2021
-패키지명 변경
-profile 구분
kihyuk-jeong added a commit that referenced this issue Jan 11, 2021
1. profile 별로 ddl-auto 속성 설정
2. 각 설정에 대한 주석 추가

[#1] 프로젝트 설정
Hosick added a commit that referenced this issue Jan 12, 2021
-오타 수정
-주석 수정

[#1] 프로젝트 설정
Hosick added a commit that referenced this issue Jan 13, 2021
Hosick added a commit that referenced this issue Jan 16, 2021
- 모든 profile에서 사용되는 전역설정 분리
Hosick added a commit that referenced this issue Jan 17, 2021
-logging 옵션 분리 적용
-production profile 용 yml 생성
kihyuk-jeong pushed a commit that referenced this issue Jan 19, 2021
* [#1]프로젝트 생성

-의존성 추가
-h2 DB 초기 설정

* .gitignore 추가

* [#1]프로젝트 설정

-패키지명 변경
-profile 구분

* etc : application.yml 설정 추가 및 주석 추가

1. profile 별로 ddl-auto 속성 설정
2. 각 설정에 대한 주석 추가

[#1] 프로젝트 설정

* etc: applicaition.yml 수정

-오타 수정
-주석 수정

[#1] 프로젝트 설정

* [#1] application.yml 분리

* [#1]chore: yml 분리

- 모든 profile에서 사용되는 전역설정 분리

* [#1]chore: 리뷰 반영

-logging 옵션 분리 적용
-production profile 용 yml 생성

* [#1]chore: properties 설정 불필요한 값 제거
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants