Skip to content

paicbd/http-server-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http server module project

Repository

https://bitbucket.org/paicdb/http-server-module/src/main/

Table of Contents

  1. System Requirements
  2. Package Manager
  3. Dependencies
  4. Running

System Requirements

  • Spring Webflux = 3.1.5
  • JDK = 21

Package Manager

  • Maven = 4.0.0

Dependencies

<!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
<dependency>
    <groupId>redis.clients</groupId>
    <artifactId>jedis</artifactId>
</dependency>
<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <optional>true</optional>
</dependency>

Running

Prerequisite Command

mvn clean package

Api

mvn spring-boot:run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published