booklog-ch3

project booklog-ch3

Quick Start

Pre Installed

  • JDK 1.8 (or Java 10)
  • Maven 3.5
  • Git

Run

git clone https://github.com/origoni/booklog-ch3.git
cd booklog-ch3
mvn spring-boot:run

Test

http://localhost:8030

Tested

  • STS(Eclipse) 3.8.4
  • IntelliJ IDEA 2018.1.5
//@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

Dependency

Spring Boot 2.0.3.RELEASE

  • spring-boot-starter-web
  • spring-boot-starter-thymeleaf
  • spring-boot-starter-data-jpa

Environment

  • Java version: 8 Update 172 or 10.0.1
  • Spring Boot version: 2.0.3
  • Maven version: 3.5.2
  • Lombok version: 1.16.22
  • Default Encoding: UTF-8
  • Default SCM : git