#ifndef XPP_MOCK_H
#define XPP_MOCK_H
#endif //XPP_MOCK_H
int sizeOfStr(const char str[]);
스프링은 자바기반 엔터프라이즈 어플리케이션 개발에 쓰이는 프레임워크입니다. 개발 환경 세팅, 어플리케이션 설정, 개발 과정을 모두 마음대로 configure 할 수 있지만, 그만큼 복잡했습니다. 그래서 convention over configuration (설정보다 관례) 를 철학으로 내세운 스프링 부트가 등장했고, 간결하게 코드와 프로젝트를 구성하면서도, 원하는 부분을 유연하게 설정할 수 있게끔 했습니다. 또 MSA(Micro Service Architecture : 서비스를 비교적 작은 컴포넌트처럼 나누어 그들끼리 API 로 연계해 큰 서비스 덩어리를 만드는 아키텍쳐)
에도 더 유리합니다. 스프링 부트를 아는 것이 훨씬 유리하기 때문에, 강하게 권장드립니다.
- 레퍼런스
- facebook 스프링 사용자 모임 (KSUG) : 스프링 커뮤니티이지만 스프링 부트 관련 글이 (많이 쓰기 때문에 당연히) 매우 많습니다.
- 공식 사이트 소개
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]](([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 요구 CMake 최소 버전 | |
CMAKE_MINIMUM_REQUIRED ( VERSION <버전> ) | |
# 프로젝트 이름 및 버전 | |
PROJECT ( "<프로젝트_이름>" ) | |
SET ( PROJECT_VERSION_MAJOR <주_버전> ) | |
SET ( PROJECT_VERSION_MINOR <부_버전> ) | |
# 빌드 형상(Configuration) 및 주절주절 Makefile 생성 여부 | |
SET ( CMAKE_BUILD_TYPE <Debug|Release> ) |
- 이름 : 길병찬
- 학번 : 20171580
- 이메일 : [email protected]