microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

ftgo-accounting-service has a mix of Spring Boot 2.0.x and 2.1.x #48

Open cer opened 4 years ago

cer commented 4 years ago
jar tf ftgo-accounting-service/build/libs/ftgo-accounting-service.jar | grep spring-boot
BOOT-INF/lib/spring-boot-starter-data-jpa-2.1.1.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-actuator-2.1.1.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-web-2.1.1.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-aop-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-jdbc-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-json-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-actuator-autoconfigure-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-tomcat-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-autoconfigure-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-actuator-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-2.0.3.RELEASE.jar
BOOT-INF/lib/spring-boot-starter-logging-2.0.3.RELEASE.jar

https://github.com/eventuate-tram/eventuate-tram-core/issues/29#issuecomment-561567317