이 프로젝트의 목적은 처음 spring boot를 접해보는 사람들이 예제로 참고할 수 있는 샘플 코드를 만들고 수집함에 있습니다.
springboot 환경에서 JWT토큰을 사용한 인증 기능 구현입니다.
Firebase Cloud Messaging 을 사용하여 클라이언트에 푸시 메시지를 전송하는 기능 구현입니다.
간단한 RestAPI 기능 구현 입니다.
멀티모듈을 사용한 마이크로서비스 아키텍처 템플릿 입니다.
이 프로젝트의 목적은 처음 spring boot를 접해보는 사람이 쉽게 사용해 볼 수 있도록 함에 있습니다.
CONTRIBUTING.md 을 읽어보신 후 규칙에 맞게 작성하고, PR을 날려주세요 ㅎㅎ
- Always0ne - SangIl Hwang - <si8363@[email protected]>
contributors 에서 기여자들을 볼 수 있습니다.
MIT License
Copyright (c) 2020 always0ne
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.