Example 5-4. build.gradle of a simple Spring Boot application buildscript { ext { springBootVersion = '1.5.3.RELEASE' } repositories { mavenCentral() } ...
確定! 回上一頁