
工具
文章平均质量分 68
helloworld1000000
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
redis统计
package com.xu.boot; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplicat原创 2017-09-04 12:29:11 · 1222 阅读 · 0 评论 -
tomcat的启动方式
1,看了sprint boot的启动内置tomcat的方式,很好奇,就有了下面的尝试。 public static void main(String[] args) throws Exception { System.out.println("hello tomcat"); new MyTest().start(); } public void start() t原创 2017-09-01 15:39:59 · 314 阅读 · 0 评论