GithubHelp home page GithubHelp logo

wizardkyn / bootsocial Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 8.0 86 KB

Spring Boot Web with Spring Security and Social Login(Facebook,Twitter,Github,Kakao) Using Mysql. Maven

Shell 10.67% Batchfile 7.54% Java 57.62% CSS 22.44% JavaScript 1.73%

bootsocial's Introduction

BootSocial

Spring Boot Web with Spring Security and Social Login(Facebook,Twitter,Github,Kakao) Using Mysql
Description : http://blog.naver.com/wizardkyn/220670022848

Environment

Maven
Spring Boot 1.4.0 , Spring Security 4.0.3 , spring-security-oauth2 2.0.9
spring-social-core 1.1.4 , spring-social-web 1.1.4 , spring-social-config 1.1.4 , spring-social-security 1.1.4
spring-social-facebook 2.0.3 , spring-social-twitter 1.1.2 , spring-social-github 1.0.0.M4
mysql , mybatis 3.3.1 , mybatis-spring 1.2.4
JSTL
Logback
External Tomcat 8
Test URL : http://www.example.com:8080/BootSocial/login.do
Edit C:\Windows\System32\drivers\etc\hosts
127.0.0.1 www.example.com

Tomcat Datasource JNDI

<GlobalNamingResources>
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" 
loginTimeout="10" maxActive="200" maxIdle="8" maxWait="5000" 
name="jdbc/sim" username="dbuser" password="1234" 
type="javax.sql.DataSource"
url="jdbc:mysql://db.example.com:3306/exampledb?zeroDateTimeBehavior=convertToNull"/>      
</GlobalNamingResources>

<Context docBase="BootSocial" path="/BootSocial" reloadable="true">
<ResourceLink global="jdbc/sim" name="jdbc/sim" type="javax.sql.DataSource"/>
</Context>

bootsocial's People

Stargazers

Wiseman Lim avatar James Wang avatar Gabriel Stellini avatar  avatar Pratik avatar  avatar thinkstation avatar  avatar

Watchers

James Cloos avatar Kim Young Nam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.