sql für dev-mode
This commit is contained in:
@@ -69,7 +69,7 @@ public class RoomResource {
|
|||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Path("/plan")
|
@Path("/plan")
|
||||||
@Cache(maxAge = 43200) // 12H
|
@Cache(maxAge = 3600) // 1H
|
||||||
@Produces("image/*")
|
@Produces("image/*")
|
||||||
public Response getImage(@PathParam("image") String image) {
|
public Response getImage(@PathParam("image") String image) {
|
||||||
byte[] roomplan = imageService.getRoomplan();
|
byte[] roomplan = imageService.getRoomplan();
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ quarkus.datasource.db-kind=postgresql
|
|||||||
quarkus.hibernate-orm.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
quarkus.hibernate-orm.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
||||||
|
|
||||||
quarkus.flyway.migrate-at-start=true
|
quarkus.flyway.migrate-at-start=true
|
||||||
%dev.quarkus.flyway.locations=db/migration,db/test/migration
|
# theoretische soll auch 'filesystem:' funktionieren
|
||||||
|
%dev.quarkus.flyway.locations=db/migration,db/dev/migration
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
quarkus.http.auth.form.enabled=true
|
quarkus.http.auth.form.enabled=true
|
||||||
@@ -19,4 +20,4 @@ quarkus.http.auth.form.timeout=24H
|
|||||||
# Deployment
|
# Deployment
|
||||||
quarkus.container-image.additional-tags= 1
|
quarkus.container-image.additional-tags= 1
|
||||||
quarkus.container-image.group = mattbremer
|
quarkus.container-image.group = mattbremer
|
||||||
quarkus.container-image.name = buerokalender
|
quarkus.container-image.name = buerokalender
|
||||||
|
|||||||
Reference in New Issue
Block a user