Skip to content

Commit c0de82f

Browse files
[KOTLIN] add links and fix travis.ci build
1 parent ace08cc commit c0de82f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@ The users passwords are user/password and user2/password2.
1313

1414
the following page http://localhost:8080/hello is audited.
1515

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+
1624

audit4j-kotlin-demo-springboot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@
330330
<groupId>org.jetbrains.kotlin</groupId>
331331
<version>${kotlin.version}</version>
332332
<configuration>
333-
<compilerPlugins>
333+
<!-- compilerPlugins>
334334
<plugin>spring</plugin>
335-
</compilerPlugins>
335+
</compilerPlugins-->
336336
<jvmTarget>1.8</jvmTarget>
337337
</configuration>
338338
<executions>

0 commit comments

Comments
 (0)