Last active
November 26, 2015 12:09
-
-
Save shotaK/06453a9642061ac4becc to your computer and use it in GitHub Desktop.
Spring Boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn package |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn clean install | |
mvn spring-boot:run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private static final org.slf4j.Logger LOGGER = LoggerFactory.getLogger(FacebookAuthController.class); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment