The project uses the following technologies:
- Web/REST : Spring 3.2.14.RELEASE / Spring Security 3.1.0.RELEASE
- database : Mysql 5.1.36 / Hibernate 5.3.4 RELEASE
- Security : Oauth2 1.0.5.RELEASE
- REST API
- Tool : Eclipse NEON , Java 1.7
- Download SpringOAuth2RestDemo-master.zip
- Unzip SpringOAuth2RestDemo-master.zip
- Start Eclipse
- import -> Existing Maven Projects -> select 3 project (AuthServer, RESTClient, RESTServer)
- Edit
db.properties
db.driver=com.mysql.jdbc.Driver
db.jdbcurl=jdbc:mysql://localhost:3306/oauthdb
db.username=root
db.password=root