실행조건
java 11 (java 8 에서 실행이 불가 할 수있습니다.)
war 파일 실행시 java -jar 파일명.war
밀키(millky.com)에서 블로그 부분을 뽑아(?) 오픈소스 합니다.
SpringBoot2 + Spring Data JPA + Spring Security + ...
단지 코드만 공개한는 것이 아니라. 개발 과정을 같이 공개하려 합니다.
- http://blog.millky.com/post/list
- 제공하는 API를 확인해 보세요~ http://blog.millky.com/swagger-ui.html#!/tag-api/tagCloudUsingGET
- 기본적인 블로그 뷰
- 페이스북, 구글 소셜 로그인(깃헙등도 간단하게 추가 가능)
- 글쓰기, 수정, 삭제. 페이징
- 댓글쓰기, 삭제
- 카테고리
- 태그
- RSS 뷰
- 간단한 검색(DB)
- 추가적인 소셜 로그인 및 기본 로그인
- 댓글 수정
- 국제화(i18n 다국어 지원)
- 기타 DB 지원
- 간단한 캐싱 (EHCache ?)
설치되어 있어야 할 것
- JDK 1.8 (or Java 10)
- Maven 3.5
- Git
git clone https://github.com/origoni/Spring-Blog
cd Spring-Blog
mvn spring-boot:run
- visit http://localhost:8080/
- STS(Eclipse) 3.8.4
- IntelliJ IDEA 2018.1.4
//@formatter:off & //@formatter:on
eclipse : Preferences -> Java -> Code style -> Formatter -> Edit... (or New...) > Off/On Tags
intellij : Preferences -> Editor -> Code Style > Formatter Control > Enable formatter markers in comments
com.millky.blog
└── application
└── aop
└── configuration
└── utility
└── domain
└── model
└── command
└── entity
└── exception
└── repository
└── service
└── infrastructure
└── dao
└── presentation
└── controller
└── rest
└── web
└── support
└── result
- Java version: 8 Update 172 or 10.0.1
- Spring Boot version: 2.0.2
- Maven version: 3.5.2
- Lombok version: 1.18.0
- Default Encoding: UTF-8
- Default SCM : git
- STS 설치 -> http://millky.com/@origoni/post/1100
- Lombok 설치 -> https://projectlombok.org/ (STS에 설치 : http://millky.com/@origoni/post/1164)
- GitHub 다운 -> http://millky.com/@origoni/post/1145 (OSX : http://millky.com/@origoni/post/1140)