Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

File metadata and controls

31 lines (20 loc) · 1.07 KB

Basic authentication server on http

  • Made on netty-all 4.2.9.Final
  • Java 23

It made more as template with basic REST ground and Authentication service for my projects but everyone can use them for their servers(or other kind of projects) if people want

Feature Tool Version
Database PostgreSQL(with HikariCP) 42.7.8(PSQL) 7.0.2(HCP)
Logging SLF4J(with Logback Classic) 2.0.17(SLF4J-api), 1.5.23(LogBack)
Mapping Jackson Databind 2.20.1

Used database users column:

Collumn Data Type NOT NULL PRIMARY KEY Constraints
id bigint Primary Key
username character varying (255) Unique
password character varying (255)
  • Changing Logs form in resources/logback.xml

  • Changing Database connections in resources/config.properties

  • All dependencies in pom.xml

License

This project is licensed under the MIT License - see the LICENSE file for details.