Skip to content

sessionkotlin/sessionkotlin-template-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sessionkotlin-template-maven

Template of a maven-based project using sessionkotlin

Important notice

GitHub requires authentication even for public packages.

To be able to import the library, create a personal GitHub token with scope read:packages, and create a .env file at the same level as this README:

USERNAME=YOUR_USERNAME
TOKEN=YOUR_PERSONAL_TOKEN

Usage

mvn compile package
java -jar target/sessionkotlin-template-maven-1.0-SNAPSHOT.jar

The generated API will be located in build/generated/sessionkotlin/main/kotlin.