All Projects → cheese10yun → Spring Guide

cheese10yun / Spring Guide

Spring 실전 가이드

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Guide

Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+498.27%)
Mutual labels:  spring, guide
Qa bible
Библия QA это почти 300 страниц обновляемой смеси ответов на вопросы с реальных собеседований на QA, полезных ресурсов и статей, перевода интересного контента с зарубежных ресурсов и агрегации материала с отечественных.
Stars: ✭ 657 (+26.1%)
Mutual labels:  guide, test
Bash Handbook
📖 For those who wanna learn Bash
Stars: ✭ 4,691 (+800.38%)
Mutual labels:  guide
Nacos Spring Boot Project
Nacos ECO Project for Spring Boot
Stars: ✭ 508 (-2.5%)
Mutual labels:  spring
Haskell Study Plan
An opinionated list of resources for learning Haskell
Stars: ✭ 493 (-5.37%)
Mutual labels:  guide
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-7.49%)
Mutual labels:  spring
Vertx Guide For Java Devs
Vert.x 3 guide for Java developers
Stars: ✭ 500 (-4.03%)
Mutual labels:  guide
Wasm And Rust
WebAssembly and Rust: A Web Love Story
Stars: ✭ 476 (-8.64%)
Mutual labels:  guide
Stresstestplatform
基于Jmeter实现的在线压测和管理Jmx的平台。
Stars: ✭ 515 (-1.15%)
Mutual labels:  test
Curtain
一个Android 高亮View蒙层库
Stars: ✭ 492 (-5.57%)
Mutual labels:  guide
Maintainers Guide To Staying Positive
Don't let the trolls get you down! Use this as a reference to avoid open-source burnout and keep doing what you love: writing code! Contributions and any kind of improvements are very welcome!
Stars: ✭ 507 (-2.69%)
Mutual labels:  guide
Im
IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统
Stars: ✭ 490 (-5.95%)
Mutual labels:  spring
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (-6.72%)
Mutual labels:  guide
Ginkgo
BDD Testing Framework for Go
Stars: ✭ 5,346 (+926.1%)
Mutual labels:  test
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (-7.1%)
Mutual labels:  spring
Traceback with variables
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
Stars: ✭ 509 (-2.3%)
Mutual labels:  exception-handling
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (-7.68%)
Mutual labels:  spring
Sts4
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
Stars: ✭ 490 (-5.95%)
Mutual labels:  spring
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (-5.37%)
Mutual labels:  spring
Github Serendipity.github.io
快速找到流行开源项目 browse and find high quality repo quickly and elegantly, with trending, rank, awesome, topics, similar dimensions
Stars: ✭ 524 (+0.58%)
Mutual labels:  guide

CircleCI Coverage Status

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 가이드
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].