遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/3826)
<a href="https://www.bestpractices.dev/projects/3826"><img src="https://www.bestpractices.dev/projects/3826/badge"></a>
Microservices Starter Kotlin - Microservices Starter Project - Spring Boot, Java 11, Log4j2, TestContainer, JUnit5, Code Coverage, Checkstyle, Kotlin DSL, Postgres, Vault Secrets, Gatling Load Testing, Sonar
Uses checkstyle https://github.com/skhatri/microservices-starter-kotlin/blob/master/gradle/settings/checkstyle.xml
https://github.com/skhatri/microservices-starter-kotlin/issues
Code Coverage Gradle file blocks code without tests.
Checkstyle is part of the build
Checkstyle, Sonar both are in the project build flow. Checkstyle fails the build if there aree issues.
Load Testing is done with Gatling to check memory issues.
后退