@@ -137,19 +137,8 @@ want to use something else.
137137The build is configured to use [ Sassy CSS] [ sass ] .
138138(* see [ Sass vs. SCSS: which syntax is better?] [ sassy-vs-scss ] * )
139139
140- There are some utility classes
141- that can be used to enable developer features like letting specific
142- routes fail, or introducing random HTTP delay. We find these
143- useful for testing how our applications behave in error situations.
144- There might be more elegant ways or tools for doing this - use them
145- at your own discretion, or delete them if you don't want them:
146- - [ DevOptions] ( frontend/src/main/kotlin/com/linkedplanet/ktorbase/DevOptions.kt )
147- - [ GlobalOptions] ( frontend/src/main/kotlin/com/linkedplanet/ktorbase/GlobalOptions.kt )
148- - [ Async] ( frontend/src/main/kotlin/com/linkedplanet/ktorbase/util/Async.kt )
149-
150- We don't claim that these are the best ways to handle these situations. So far,
151- they worked for us very reliably. If you know how to do things in a better way,
152- please tell us :-)
140+ For further information regarding frontend development, see
141+ [ linked-planet UI-Kit] [ ui-kit ] .
153142
154143
155144## Deployment
@@ -164,12 +153,6 @@ please tell us :-)
164153- If you don't use Docker either, delete the [ docker-build] ( docker-build ) directory
165154 and the [ Dockerfile] ( Dockerfile )
166155
167- ### Java Version
168- We are running on JRE 11, but the application is compiled with JDK 8 due to the following
169- ktor issues:
170- - https://github.com/ktorio/ktor/issues/1137
171- - https://github.com/ktorio/ktor/issues/321
172-
173156### Configuration
174157AWS configuration parameters are stored within the repository in JSON files per
175158environment (see [ ktorbase-test.json] ( aws/templates/ktorbase-test.json ) ).
@@ -223,3 +206,4 @@ This template is distributed without any warranty. See <http://creativecommons.o
223206[ kotlin-fullstack-sample ] : https://github.com/Kotlin/kotlin-full-stack-application-demo
224207[ jetty ] : https://www.eclipse.org/jetty/
225208[ aws-prometheus ] : https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus.html
209+ [ ui-kit ] : https://github.com/linked-planet/ui-kit
0 commit comments