Registrering av handling

Steinar Bang f025eac380 Upgrade parent to get frontend build with vite, frontend-maven-plugin 1.15.1, node.js 20.18.0 1 month ago
.github 7bc6f0b721 Deploy SNAPSHOT to maven.bang.priv.no from github actions master branch CI build 7 months ago
handlereg.backend 8fd84f6686 Use LiquibaseClassPathChangeLogRunner to run liquibase change lists 5 months ago
handlereg.backend.testdata 38585e02bc Remove beans.immutable as compile time dependencies since all beans are now records 6 months ago
handlereg.db.liquibase c05a8f788c Remove Require-Capability header for liquibase SPI services from handlereg.db.liquibase 4 months ago
handlereg.db.liquibase.production 24c9e37a45 Remove use of deprecated class ThreadLocalScopeManager that is no longer needed because liquibase scopes are thread local 4 months ago
handlereg.db.liquibase.test 24c9e37a45 Remove use of deprecated class ThreadLocalScopeManager that is no longer needed because liquibase scopes are thread local 4 months ago
handlereg.services 38585e02bc Remove beans.immutable as compile time dependencies since all beans are now records 6 months ago
handlereg.tests c35d8f63d4 Use var for local variables in tests 9 months ago
handlereg.web.api 553c7cf8ab Replace lambda with method reference 5 months ago
handlereg.web.frontend f025eac380 Upgrade parent to get frontend build with vite, frontend-maven-plugin 1.15.1, node.js 20.18.0 1 month ago
handlereg.web.security 0caac9d948 Allow anon access to assets directory created by vite build 1 month ago
jacoco-coverage-report 1c794115d4 Add sonar test coverage 3 years ago
karaf 5c127ddf06 Use authservice 1.11.17, with a changed maven url for the feature repository 3 years ago
.editorconfig 08f15e31c2 Initial commit 6 years ago
.gitignore 81237094ab Ignore eclipse workspace data 2 years ago
LICENSE 08f15e31c2 Initial commit 6 years ago
README.org 969fd2b143 Add clickable URL to handlereg running on a local karaf installation to the README 1 year ago
pom.xml f025eac380 Upgrade parent to get frontend build with vite, frontend-maven-plugin 1.15.1, node.js 20.18.0 1 month ago

README.org

Registrering av handling

Dette er en webapp som brukes til å registrere handling i butikker.

Utviklingsstatus

file:https://github.com/steinarb/handlereg/actions/workflows/handlereg-maven-ci-build.yml/badge.svg

Installasjon

Kjør følgende i karaf console:


  feature:repo-add mvn:no.priv.bang.handlereg/karaf/LATEST/xml/features
  feature:install handlereg-with-derby

Åpne følgende URL i en nettleser: http://localhost:8181/handlereg

Konfigurering av PostgreSQL-database

Kjør følgende i karaf console:


  config:edit no.priv.bang.handlereg.db.postgresql.HandleregPostgresqlDatabase
  config:property-set handlereg.db.jdbc.url "jdbc:postgresql:///handlereg"
  config:property-set handlereg.db.jdbc.user "karaf"
  config:property-set handlereg.db.jdbc.password "karaf"
  config:update

Lisens

Denne software'n er lisensiert under Apache License v2. Se fila LICENSE for detaljer