timetable/buildSrc/src/main/kotlin
Jim Martens 7fbd270019
feat: Support CRUD functionality (#7)
The station search implementation only works via DB and is very slow. For a simple query, the answer takes about 1s or longer. That is 100 times slower than it should be. For now, however, this solution is adequate to achieve a first prototype that includes the core functionality.

feat: Add station search
2024-01-06 14:06:43 +01:00
..
twomartens.base.gradle.kts Changed to Kotlin 2023-09-23 20:46:13 +02:00
twomartens.checkstyle.gradle.kts Changed to Kotlin 2023-09-23 20:46:13 +02:00
twomartens.java-base.gradle.kts Changed to Kotlin 2023-09-23 20:46:13 +02:00
twomartens.java-preview.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.java.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.jib.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.kotlin.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.nebula-release.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.spring-boot-application.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.spring-boot-base.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.spring-boot-cloud-application.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.spring-boot-cloud-base.gradle.kts feat: Support CRUD functionality (#7) 2024-01-06 14:06:43 +01:00
twomartens.versions.gradle.kts Changed to Kotlin 2023-09-23 20:46:13 +02:00