From 9222efa007b8790852dc761d09367863bf56ddf3 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 24 Jan 2020 19:11:24 +0100 Subject: Start implementing /wiki/{pageName}. Change-Id: Ia9adf24209be8eddcfec72a66434ea4100855533 --- src/main/resources/application.properties | 3 ++- src/main/resources/templates/benki/wiki/wikiPage.html | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4ba1cb1..bf6018f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,9 +7,10 @@ quarkus.datasource.min-size = 0 #quarkus.flyway.baseline-version = 1 #quarkus.flyway.schemas = public -%dev.quarkus.datasource.url = jdbc:postgresql://localhost:5432/flep +%dev.quarkus.datasource.url = jdbc:postgresql://localhost:5432/mulkcms %dev.quarkus.datasource.username = mulk %dev.quarkus.datasource.password = +%dev.quarkus.hibernate-orm.log.sql = true quarkus.oidc.auth-server-url = https://login.benkard.de/auth/realms/master quarkus.oidc.client-id = mulkcms diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html index 9b3af5d..caf587a 100644 --- a/src/main/resources/templates/benki/wiki/wikiPage.html +++ b/src/main/resources/templates/benki/wiki/wikiPage.html @@ -6,5 +6,15 @@

{title}

+ +
+ Last edit: {author.name} +
+ +
+
+ {content.raw} +
+
-- cgit v1.2.3