Skip to content

Instantly share code, notes, and snippets.

@tygern
Last active August 7, 2017 20:41
Show Gist options
  • Save tygern/8ebd59eb0560e8b4969d79816a16e958 to your computer and use it in GitHub Desktop.
Save tygern/8ebd59eb0560e8b4969d79816a16e958 to your computer and use it in GitHub Desktop.
spring version variables
buildscript {
ext {
springBootVersion = "1.5.3.RELEASE"
springVersion = "4.3.8.RELEASE"
mysqlVersion = "6.0.6"
springCloudVersion = "1.2.1.RELEASE"
springCloudDependenciesVersion = "Camden.SR6"
springCloudServicesVersion = "1.3.1.RELEASE"
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment