The build.gradle File bootJar { baseName = 'admin-service' version = '1.0' } dependencies { compile("org.springframework.boot:spring-boot-starter-web") ...
確定! 回上一頁