Skip to content

This projects presents instances of the Spring Security technology implementation.

License

Notifications You must be signed in to change notification settings

ololx/spring-security-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-security-instances

This projects presents instances of the Spring Security technology implementation.

status last commit

license


Java Spring Boot Swagger

PostgreSQL

Docker

📇 Table of Contents

📖 About

This is a collection of small and focused instances, each of which covers a single and defined approach to Java application development and an required technologies implementation. In this project each module presents a small simple instance of the Spring Security technology implementation. A strong focus of these instances is the different cases of the Spring Security realizations.

Services

  • basic-authentication - this service presents a simple instance of the Spring Security Basic Authentication technology implementation.

Demo

This GIF demonastrates the basic-authentication instance service.

🎚 Features

The project with instances of the Spring Security technology implementation.

To Do

  • For more information on an upcoming development, please read the todo list.

Changelog

  • For more information on a releases, a features and a changes, please read the changelog notes.

🚦 Getting Started

These instructions allow to get a copy of this project and run it on a local machine.

Prerequisites

Before using it, make sure that follows software are installed on the local machine:

  • Docker Compose - tool for defining and running multi-container Docker applications.

If any of the listed software is not installed, then it can be installed by instruction as described below.

Docker Compose

  • Install Docker Compose according to instructions from an official source.

Installing

In order to install it is quite simple to clone or download this repository.

Cloning

For the cloning this repository to a local machine, just use the follows link:

https://github.com/ololx/spring-security-instances

Using

To run and try out each instance is required to:

  1. Launch containers with services;
  2. Send requests to instance service.

Launching

To do the launching some incstance, go to the instance directory and execute the following command:

docker-compose up --build

Sending request

To do the sending requests to some instance service, just open specifications by address:

http://localhost:8080/swagger-ui.html

🛠 Built With

  • JDK - the java development kit;
  • Maven - the dependency management;
  • PostgreSQL - the database management system;
  • Liquibase - the database migration system.
  • Swagger - documentation and form generator;
  • Docker Compose - tool for defining and running multi-container Docker applications.

©️ Authors

  • Alexander A. Kropotin - initial work - ololx.

🔏 Licensing

This project is unlicensed - see the lisence document for details.

Releases

No releases published

Packages

No packages published