- IntelliJ IDEA CE
- Gradle 4.10.2
- Java 8
- SpringBoot 2.1.2.RELEASE
jpa, web, rest, security, thymeleaf
- Lombok 1.18.4
- Retrofit 2.5.0
- Webjars (jquery, bootstrap)
- H2 Database
- Logback
-
Gradle 빌드
gradle build -x test -
Application 실행
java -jar build/libs/build/libs/challenge-0.0.1-SNAPSHOT.jar -
브라우저에서 http://localhost:8081/ 접속 후 아래 테스트 계정 3개중 하나로 로그인
test1 / 1024
test2 / 2048
test3 / 4096
-
로그인/아웃
- 로그인 URL : http://localhost:8082/login
- 로그아웃 URL : http://localhost:8082/logout
-
키워드로 장소 검색
- 접속 URL : http://localhost:8081/view/place/find
- 검색할 장소를 입력 후 검색버튼 클릭 또는 엔터.
-
인기 검색어 TOP10
- 접속 URL : http://localhost:8081/view/place/top10
- 키워드로 장소 검색시 Interceptor를 통해 검색횟수를 update하고 있다.