-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.yaml
More file actions
33 lines (30 loc) · 770 Bytes
/
module.yaml
File metadata and controls
33 lines (30 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
product:
type: jvm/app
dependencies:
- $libs.ktor.server.netty
- $libs.ktor.server.auth.jwt
- $libs.logback.classic
- $libs.ktor.server.config.yaml
- $libs.ktor.server.content.negotiation
- $libs.ktor.serialization.kotlinx.json
- $libs.exposed.core
- $libs.exposed.jdbc
- $libs.postgresql
- $libs.hikaricp
- $libs.ktor.server.resources
test-dependencies:
- $libs.ktor.client.core
- $libs.ktor.client.content.negotiation
- $libs.ktor.client.resources
- $libs.ktor.server.test.host
- $libs.testcontainers.core
- $libs.testcontainers.junit
- $libs.testcontainers.postgresql
- $kotlin-test-junit
- $libs.kotlin.test
settings:
jvm:
mainClass: io.ktor.server.netty.EngineMain
kotlin:
serialization:
enabled: true