kakaobooks
1.0.0
Book Search Service Development using Kakao Search API / Log Popular Half / Book Search / Bookmark / Search History / Book Details
- The port uses 8000. (Can be modified in Application.properties).
- The H2 DB is in a memory method, so the data is initialized by restarting the server.
- Subscription/login page is integrated. The first user can enter your account and password, but if you are already in use, you need to enter the password correctly.
$ git clone https://github.com/jeedy/kakaobooks.git
$ cd kakaobooks
$ export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`"
$ mvn clean compile
$ mvn spring-boot:run
$ curl -v localhost:8000
$ export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`"
$ mvn clean compile test
$ export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`"
$ mvn clean compile
$ mvn pakage
$ cd target
Inquiries: [email protected]