Skip to content

Commit 83a3254

Browse files
author
Pavol Liška
committed
ssl turned on
1 parent 14e79f6 commit 83a3254

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

micronaut-rxjava/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
<artifactId>micronaut-runtime</artifactId>
5454
<scope>compile</scope>
5555
</dependency>
56+
<dependency>
57+
<groupId>io.micronaut</groupId>
58+
<artifactId>micronaut-security</artifactId>
59+
</dependency>
5660
<dependency>
5761
<groupId>javax.annotation</groupId>
5862
<artifactId>javax.annotation-api</artifactId>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
micronaut:
22
application:
33
name: micronaut-rxjava
4+
ssl:
5+
enabled: true
6+
buildSelfSigned: true

0 commit comments

Comments
 (0)