basic structure

This commit is contained in:
Jottyfan
2022-10-01 17:34:03 +02:00
parent c312a5eba4
commit 229d4decbd
22 changed files with 599 additions and 89 deletions

View File

@ -0,0 +1,21 @@
# jooq
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/camporganizer
spring.datasource.username=jooq
spring.datasource.password=jooq
# application
server.port = 8081
server.servlet.context-path=/COBusiness
# keycloak
keycloak.auth-server-url = http://localhost:8080/
keycloak.realm = ow
keycloak.resource = biblecamp
keycloak.public-client = true
keycloak.security-constraints[0].authRoles[0] = business
keycloak.security-constraints[0].securityCollections[0].patterns[0] = /*
#keycloak.credentia
keycloak.use-resource-role-mappings=true
#keycloak.bearer-only=true

View File

@ -0,0 +1,23 @@
var locale_de = {
"sEmptyTable": "Keine Daten in der Tabelle vorhanden",
"sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen",
"sInfoEmpty": "0 bis 0 von 0 Einträgen",
"sInfoFiltered": "(gefiltert von _MAX_ Einträgen)",
"sInfoPostFix": "",
"sInfoThousands": ".",
"sLengthMenu": "_MENU_ Einträge anzeigen",
"sLoadingRecords": "Wird geladen...",
"sProcessing": "Bitte warten...",
"sSearch": "Suchen",
"sZeroRecords": "Keine Einträge vorhanden.",
"oPaginate": {
"sFirst": "Erste",
"sPrevious": "Zurück",
"sNext": "Nächste",
"sLast": "Letzte"
},
"oAria": {
"sSortAscending": ": aktivieren, um Spalte aufsteigend zu sortieren",
"sSortDescending": ": aktivieren, um Spalte absteigend zu sortieren"
}
};