Skip to content

project-ncl/uilogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UILogger

Simple service with rest endpoint to collect logs and save them to db

Building

Compile and run tests:

mvn clean install

Start the app in dev-mode:

mvn clean install quarkus:dev

Running app

set DB connection in resources/application.properties or export env variables:

export POSTGRESQL_URL="jdbc:postgresql://connection"
export POSTGRESQL_USER="user"
export POSTGRESQL_PASS="password"

then

java -jar target/uilogger-runner.jar

App info

/doc openapi documentation

/rest/version endpoint returns version and build information about running app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages