Initial commit

This commit is contained in:
2020-11-30 04:23:20 -05:00
parent ba76ff2463
commit 82669ccb12
29 changed files with 1050 additions and 2 deletions

9
gradle.properties Normal file
View File

@ -0,0 +1,9 @@
springBootVersion=2.4.0
springKafkaVersion=2.6.3
lombokVersion=1.18.16
applicationClass=com.barrelsofdata.springexamples.Application
projectGroup=com.barrelsofdata.springexamples
projectVersion=1.0
org.gradle.daemon=false