Steinar Bang f025eac380 Upgrade parent to get frontend build with vite, frontend-maven-plugin 1.15.1, node.js 20.18.0 | il y a 1 mois | |
---|---|---|
.github | il y a 7 mois | |
handlereg.backend | il y a 5 mois | |
handlereg.backend.testdata | il y a 6 mois | |
handlereg.db.liquibase | il y a 4 mois | |
handlereg.db.liquibase.production | il y a 4 mois | |
handlereg.db.liquibase.test | il y a 4 mois | |
handlereg.services | il y a 6 mois | |
handlereg.tests | il y a 9 mois | |
handlereg.web.api | il y a 5 mois | |
handlereg.web.frontend | il y a 1 mois | |
handlereg.web.security | il y a 1 mois | |
jacoco-coverage-report | il y a 3 ans | |
karaf | il y a 3 ans | |
.editorconfig | il y a 6 ans | |
.gitignore | il y a 2 ans | |
LICENSE | il y a 6 ans | |
README.org | il y a 1 an | |
pom.xml | il y a 1 mois |
Dette er en webapp som brukes til å registrere handling i butikker.
file:https://github.com/steinarb/handlereg/actions/workflows/handlereg-maven-ci-build.yml/badge.svg
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
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
Denne software'n er lisensiert under Apache License v2. Se fila LICENSE for detaljer