【从零开始的Springboot学习】入门demo
打开官网https://spring.io/
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”.
使用springboot搭建应用只需要打成jar包,然后执行 java -jar xxxx.jar命令
We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need minimal Spring configuration.
大多数 Spring Boot 应用程序需
共有 0 条评论