This is a sample of SpringBoot.
http://qiita.com/uzresk/items/31a4585f7828c4a9334f
- Account of registration , login , and offers a search function using itunes search API.
- thymeleaf
- SpringSecurity
- Spring MVC
- sample of twitter, facebook oauth
- sample of TOTP authentication
- jpa
- spring actuator
- lombok
- Java8
- change application.yml
- /src/main/resources/twitter4j.properties
oauth.consumerKey=***
oauth.consumerSecret=***
- /src/main/resources/facebook4j.properties
oauth.appId=
oauth.appSecret=
mvn clean package
${JAVA_HOME}/bin/java -Dlogging.config=logback.xml -jar sbex-0.0.1-SNAPSHOT.jar &
http://localhost/app/