File tree 2 files changed +10
-2
lines changed
audit4j-kotlin-demo-springboot
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,12 @@ The users passwords are user/password and user2/password2.
13
13
14
14
the following page http://localhost:8080/hello is audited.
15
15
16
+ ## audit4j-kotlin-demo-springboot
17
+ example showing the usage of audit4j with Kotlin "Petclinic" application
18
+
19
+ this example is coming from the following github repositories
20
+ https://github.com/spring-petclinic/spring-petclinic-kotlin
21
+ https://github.com/spring-projects/spring-petclinic
22
+
23
+
16
24
Original file line number Diff line number Diff line change 330
330
<groupId >org.jetbrains.kotlin</groupId >
331
331
<version >${kotlin.version} </version >
332
332
<configuration >
333
- <compilerPlugins >
333
+ <!-- compilerPlugins>
334
334
<plugin>spring</plugin>
335
- </compilerPlugins >
335
+ </compilerPlugins-- >
336
336
<jvmTarget >1.8</jvmTarget >
337
337
</configuration >
338
338
<executions >
You can’t perform that action at this time.
0 commit comments