Registrering av handling

Steinar Bang b08d2a4df7 Use jersey 2.30.1 and jackson 2.10.3 in handlereg il y a 4 ans
handlereg.backend 31e6e79d95 Use the bean.immutable library to provide hashCode() and equals() to beans used by jackson and jersey il y a 4 ans
handlereg.backend.testdata 31e6e79d95 Use the bean.immutable library to provide hashCode() and equals() to beans used by jackson and jersey il y a 4 ans
handlereg.db.liquibase da77794239 Verify that HandleregLiquibase.forceReleaseLocks() doesn't throw any exceptions il y a 4 ans
handlereg.db.liquibase.production 5040a8b8a3 Remove copy-paste leftovers from the ukelonn project il y a 4 ans
handlereg.db.liquibase.test f60572a507 Remove unused PooledConnection field il y a 4 ans
handlereg.services 6078563f23 Use pax-jdbc-config to set up the JDBC datasources and configure schemas with liquibase il y a 4 ans
handlereg.web.api 049004724d Remove unused jackson maven dependencies from handlereg il y a 4 ans
handlereg.web.frontend 3107b3d72c Change leftover frontend-servlet.version in frontend servlet karaf feature to bang-servlet.version il y a 4 ans
handlereg.web.security 6a634b48ba Replace use of deprecated Shiro classes, use the ini file to replace the authc filter with the PassThruAuthenticationFilter, which will work with nginx and authservice il y a 4 ans
scripts 47cc062047 Do snapshot deployment to maven.bang.priv.no il y a 5 ans
src 6078563f23 Use pax-jdbc-config to set up the JDBC datasources and configure schemas with liquibase il y a 4 ans
.editorconfig 08f15e31c2 Initial commit il y a 5 ans
.gitignore 5040a8b8a3 Remove copy-paste leftovers from the ukelonn project il y a 4 ans
.travis.settings.xml 47cc062047 Do snapshot deployment to maven.bang.priv.no il y a 5 ans
.travis.yml ad56de0bb5 Use openjdk 8 on travis-ci il y a 5 ans
LICENSE 08f15e31c2 Initial commit il y a 5 ans
README.org a7348caa1b Add a build badge for travis-ci to the README il y a 4 ans
pom.xml b08d2a4df7 Use jersey 2.30.1 and jackson 2.10.3 in handlereg il y a 4 ans

README.org

Registrering av handling

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

Utviklingsstatus

file:https://travis-ci.org/steinarb/handlereg.svg?branch=master

Installasjon

Kjør følgende i karaf console:


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

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