What are included in this boilerplate:
- Java code format: https://github.com/google/google-java-format
- Maven wrapper version 3.5.4
- Spring Boot version 2.0.5 : https://mvnrepository.com/artifact/org.springframework.boot/spring-boot/2.0.5.RELEASE
- Lombox https://mvnrepository.com/artifact/org.projectlombok/lombok/1.18.2
- Swagger-UI https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui/2.9.2
- Testing frameworks
- Spring starter tester: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html
- PowerMock: https://github.com/powermock/powermock
- Podam: https://mtedone.github.io/podam/
- Code Jacoco: https://www.jacoco.org/jacoco/trunk/doc/
- Running command:
./mvnw clean jacoco:prepare-agent install
- Running command:
Github Repo: https://github.com/vanduc1102/spring-boot-examples/tree/master/spring-boot-2-rest-service-basic
No comments:
Post a Comment