• Stars
    star
    1,859
  • Rank 24,950 (Top 0.5 %)
  • Language
    Java
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

:octocat: Spring 실전 가이드

CircleCI Coverage Status Hits

Spring Guide

소개

Spring Boot 기반 Rest API를 개발할 때 유지 보수하기 좋은 코드를 만들기 위해서 평소 생각했던 가이드를 연하고 있습니다. 테스트 코드, 예외처리, 올바른 서비스의 크기, 프로젝트 구조 등에 대해서 주로 다룰 예정입니다. Start, Watching 버튼을 누르시면 구독 신청받으실 수 있습니다. 저의 경험이 여러분에게 조금이라도 도움이 되기를 기원합니다.

프로젝트 실행 방법

$ git clone [email protected]:cheese10yun/spring-guide.git
$ cd spring-guide
$ docker-compose up -d
$ ./mvnw clean package
$ java -jar -Dspring.profiles.active=local api-service/target/api-service-0.0.1-SNAPSHOT.jar

목차

  1. Test 전략 가이드
  2. Exception 전략 가이드
  3. Domain 객체 가이드
  4. 외부 API 가이드
  5. Service 적절한 크기 가이드
  6. Directory 가이드

More Repositories

1

dev-info

:octocat: 좋은 학습 자료 및 GitHub 활동 하시는 분들을 정리했습니다.
1,391
star
2

spring-jpa-best-practices

:octocat: spring-jpa best practices
Java
1,042
star
3

TIL

:octocat: Today I Learned. 그날 그날 모든 활동들을 정리
896
star
4

github-project-management

:octocat: Github로 프로젝트 관리하기
Java
849
star
5

blog-sample

:octocat: Yun Blog sample code
Kotlin
350
star
6

IntelliJ

:octocat: 📄 IntelliJ 사용법
162
star
7

node-yun

:octocat: Node.JS 자주 사용하는 모듈 정리
JavaScript
75
star
8

springboot-oauth2

springboot-oauth2
Java
65
star
9

spring-SOLID

:octocat: Spring 예제로 보는 SOLID
Java
63
star
10

spring-security-oauth2-social

:octocat: Spring Security OAuth2 Social Google Facebook
Java
62
star
11

KaKaoBot-Node

:octocat: 목포대학교 카카오봇
JavaScript
36
star
12

springboot-restdocs

:octocat: Spring Rest docs
Java
31
star
13

code-design

패스트 캠퍼스 유지보수하기 좋은 코드 디자인
Java
27
star
14

Node-Social-Login

:octocat: 소셜 로그인 Node Facebook, Kakao, Naver
JavaScript
18
star
15

spring-kotlin-api

Kotlin
14
star
16

spring-rest-docs

패스트캠퍼스 Spring REST Docs 강의 자료
Java
13
star
17

spring-boot-slack-notificaion

:octocat: Spring Slack Notification
Java
11
star
18

msa-study-sample

Java
11
star
19

cheese10yun.github.io

HTML
6
star
20

social-signup

Java
4
star
21

github-action

Kotlin
2
star
22

Yun-Blog

:octocat: Yun-Blog
2
star
23

msa-commerce

Java
1
star
24

spring-boot-sample

Kotlin
1
star
25

Kotlin-MSA

:octocat: Kotlin MSA Study
Kotlin
1
star
26

spring-sample

spring-sample
Java
1
star
27

code

Kotlin
1
star
28

Loopback-begin

:octocat: Loopback-Begin Proejct
JavaScript
1
star
29

loopback-boards

loopback-boards
JavaScript
1
star
30

security-study

:octocat: Spring Security stduy
Java
1
star
31

Node-TDD

:octocat: Node.js Restfull API TDD
JavaScript
1
star