Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 566 Bytes

File metadata and controls

27 lines (22 loc) · 566 Bytes

Spring-Security-Example

Spring Security Practice making a sample Website

Spring을 활용한 Sample 웹사이트입니다.

목표
MVC Pattern에 대해 심화적인 학습
High Quality에 근접한 Website Back-End 구현 능력

Database : PostgreSQL
STS Version : 2.3.1.RELEASE
JAVA Version : 1.8
Made by 'Lee Janghaeng'
Using :
  JDBC, Hikari

~2020-07-27 : Database 연동
(DataConfig.Java, application.properties, pom.xml Update)

2020-07-28 : Sample Controller, Service, Mapper, Xml 작성 및 Test