KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Spring-toby
★ 10
Open GitHub ↗
:pencil2: This is Spring-toby-example
Download README (.md)
Explore Similar Repositories
samsung_encrypted_POC
:
A proof of concept to pair and send commands to H and J series Samsung TVs
signalrex
:
Signalr implementation for Elixir
email-crawler
:
Crawls emails from web pages
KalmanFilter
:
Implementation of EKF,UKF,EnKF,PF
dotfiles
:
A collection of my dotfiles
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Spring-toby
?
Download (.md)
## 토비의 스프링(Spring-toby) 토비님 책 [토비의 스프링](http://book.naver.com/bookdb/book_detail.nhn?bid=7006516)의 예제입니다. ## 개발환경 * Spring boot 2.0 * java 8 * H2, Mybatis * maven (h2,jdbc,mybatis,web) ## 프로젝트 실행환경 Lombok이 반드시 설치 되있어야 합니다. * [Eclipse 설치 : [lombok] eclipse(STS)에 lombok(롬복) 설치](http://countryxide.tistory.com/16) * [Intell J 설치 : [Intellij] lombok 사용하기](http://blog.woniper.net/229) Chapter 02-3 까지는 H2 프로젝트를 다운받으셔서 해당프로젝트를 먼저 실행시키고 예제프로젝트를 실행시키셔야합니다. <br> 나머지 예제들은 바로 테스트 코드로 실행시키실수 있습니다. ## 책 정리 내용 1. [오브젝트와 의존관계](https://github.com/minwan1/Spring-toby/blob/master/chapter-summary/Chapter-01.md) 2. [테스트](https://github.com/minwan1/Spring-toby/blob/master/chapter-summary/Chapter-02.md) 3. [템플릿](https://github.com/minwan1/Spring-toby/blob/master/chapter-summary/Chapter-03.md) 4. [예외](https://github.com/minwan1/Spring-toby/blob/master/chapter-summary/Chapter-04.md) 5. [서비스 추상화](https://github.com/minwan1/Spring-toby/blob/master/chapter-summary/Chapter-05.md) 6. [AOP](https://github.com/minwan1/Spring-toby/blob/master/chapter-summary/Chapter-06.md) ## 실행 ``` $ mvn spring-boot:run ```