资源简介
Spring Boot 2企业应用实战 源码
代码片段和文件信息
package org.fkit.hellotest;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//@SpringBootApplication指定这是一个 spring boot的应用程序.
@SpringBootApplication
public class App
{
public static void main( String[] args )
{
// SpringApplication 用于从main方法启动Spring应用的类。
SpringApplication.run(App.class args);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-03-31 16:56 codes\
目录 0 2018-03-28 14:53 codes\01\
目录 0 2018-03-31 16:56 codes\01\hellotest\
文件 1024 2018-03-27 19:32 codes\01\hellotest\.classpath
文件 561 2018-03-27 19:32 codes\01\hellotest\.project
目录 0 2018-03-31 16:56 codes\01\hellotest\.settings\
文件 119 2018-03-27 19:32 codes\01\hellotest\.settings\org.eclipse.core.resources.prefs
文件 243 2018-03-27 19:32 codes\01\hellotest\.settings\org.eclipse.jdt.core.prefs
文件 90 2018-03-27 19:30 codes\01\hellotest\.settings\org.eclipse.m2e.core.prefs
文件 1644 2018-03-27 19:41 codes\01\hellotest\pom.xm
目录 0 2018-03-31 16:56 codes\01\hellotest\src\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\main\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\main\java\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\main\java\org\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\main\java\org\fkit\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\main\java\org\fkit\hellotest\
文件 463 2018-03-27 19:35 codes\01\hellotest\src\main\java\org\fkit\hellotest\App.java
文件 603 2018-03-27 19:34 codes\01\hellotest\src\main\java\org\fkit\hellotest\HelloController.java
目录 0 2018-03-31 16:56 codes\01\hellotest\src\test\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\test\java\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\test\java\org\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\test\java\org\fkit\
目录 0 2018-03-31 16:56 codes\01\hellotest\src\test\java\org\fkit\hellotest\
文件 684 2018-03-27 19:30 codes\01\hellotest\src\test\java\org\fkit\hellotest\AppTest.java
目录 0 2018-03-31 16:56 codes\01\hellotest\target\
目录 0 2018-03-31 16:56 codes\01\hellotest\target\classes\
目录 0 2018-03-31 16:56 codes\01\hellotest\target\classes\me
文件 268 2018-03-27 19:41 codes\01\hellotest\target\classes\me
目录 0 2018-03-31 16:56 codes\01\hellotest\target\classes\me
目录 0 2018-03-31 16:56 codes\01\hellotest\target\classes\me
目录 0 2018-03-31 16:56 codes\01\hellotest\target\classes\me
............此处省略2601个文件信息
相关资源
- 超级详细的Spring Xmind思维导图
- 基于maven+springmvc+spring+mybatis对员工信
- 支持tiny4412-1506的uboot
- struts2+spring2.5+hibernate3.2 annotation配置完
- 开源的物料资源管理系统
- springMVC+spring+Hibernate框架
- jeesite4 最新框架
- springmvc与mybatis整合对数据库的增删改
- Spring Boot 实战,中文版+英文版+源码
- Struts2+Spring2.5+Hibernate3.2框架的搭建
- nanoboot 5.0.3.1 x86 32位 N270可用的最终版
- SpringMVC + Spring + SpringData\\JPA 整合Dem
- springmvc+spring+mybatis
- SSH整合JBPM
- SpringMVC +Mybatis完整
- u-boot 1.2.0 s3c2410 阳初
- Spring RabbitMQ实现案例抢红包高并发
- springmvc代理经销商管理系统
- 深入浅出Spring Boot 2.x 源码,完整源码
- 基于SpringMVC+Maven开发网上书城系统
- bootstrap4后台模板
- Spring和ActiveMQ整合的完整
- SSH一个简单的SSH框架学习项目
- 精通Eclipse整合Web开发----struts+Spring+
- 聊天室源代码struts2+spring+hibernate
- SSH集成积分管理,Spring2.5,Struts2,
- springmvc restful风格 增删改查完整版
- 北京动力节点-Reyco郭-SpringMVC4
- SpringMVC+Echarts 读取后台数据进行图标
- 《Spring微服务实战》中文高清版
评论
共有 条评论