摘要: 原文地址: Articles Index This article explains how to use the headless mode capabilities of the Java Platform, Standard Edition (Java SE, formerly referre 阅读全文
posted @ 2016-09-12 09:59 一天不进步,就是退步 阅读(481) 评论(0) 推荐(0)
摘要: spring boot提供了sample程序,学习spring boot之前先跑一个最简单的示例: 可以发现在主方法main里启动了一个SpringApplication,启动方法是run方法。 SpringApplication用来从java main方法启动一个spring应用,默认的启动步骤如 阅读全文
posted @ 2016-09-12 09:05 一天不进步,就是退步 阅读(28733) 评论(0) 推荐(3)