λ°ν€(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)