Skip to content

spring oauth-server component that provides oauth authentication processing such as kakao, facebook etc.

Notifications You must be signed in to change notification settings

chiwoo-cloud-native/oauth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Project Information

Project Guide

Project Layout

프로젝트 레이아웃은 CoC(Convention over Configuration)를 기반으로, 별도의 설명 없이도 프로젝트/패키지/리소스 구조와 Naming 룰을 살펴 보고, 개발자가 적절한 구현을 하도록 가이드 합니다.

.
├── src
│   ├── main
│   │   ├── java
│   │   │   └── demo
│   │   │       └── oauth
│   │   │           └── server
│   │   │               └── example
│   │   │                   ├── config
│   │   │                   │   ├── AuthorizationServerConfig.java
│   │   │                   │   └── SecurityConfig.java
│   │   │                   └── OAuthServerApplication.java
│   │   └── resources
│   │       ├── static
│   │       ├── templates
│   │       └── application.yml
│   ├── site
│   │   └── mkdocs
│   │       ├── docs
│   │       │   ├── images
│   │       │   │   └── oauth-1001.png
│   │       │   └── index.md
│   │       └── mkdocs.yml
│   └── test
│       └── java
│           └── demo
│               └── oauth
│                   └── server
│                       └── example
│                           └── AuthenticationServiceApplicationTests.java
├── README.md
├── mvnw
├── mvnw.cmd
└── pom.xml

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

spring oauth-server component that provides oauth authentication processing such as kakao, facebook etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages