資源簡介
一款新聞管理系統,包括新聞的增、刪、改、查等多種信息管理功能,使用最基本的JSP+Servlet搭建項目,適合學習servlet的同學下載學習;
代碼片段和文件信息
package?com.mxd;
import?org.slf4j.Logger;
import?org.slf4j.LoggerFactory;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?springfox.documentation.swagger2.annotations.EnableSwagger2;
/**
?*?項目啟動類,所有代碼必須放在此類的同級目錄或下級目錄,否則無法完成bean的自動裝載
?*
?*/
@EnableSwagger2
@SpringBootApplication
public?class?Application?{
private?static?Logger?logger?=?LoggerFactory.getLogger(Application.class);
public?static?void?main(String[]?args)?{
SpringApplication.run(Application.class?args);
logger.info(“=============啟動成功====================“);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1748??2018-09-06?08:30??news_system\.classpath
?????文件??????19273??2018-09-04?14:38??news_system\.factorypath
?????文件?????????18??2018-09-04?17:14??news_system\.git\COMMIT_EDITMSG
?????文件????????304??2018-09-04?17:13??news_system\.git\config
?????文件?????????73??2018-09-04?17:13??news_system\.git\desc
?????文件?????????23??2018-09-04?17:13??news_system\.git\HEAD
?????文件????????478??2018-09-04?17:13??news_system\.git\hooks\applypatch-msg.sample
?????文件????????896??2018-09-04?17:13??news_system\.git\hooks\commit-msg.sample
?????文件????????189??2018-09-04?17:13??news_system\.git\hooks\post-update.sample
?????文件????????424??2018-09-04?17:13??news_system\.git\hooks\pre-applypatch.sample
?????文件???????1642??2018-09-04?17:13??news_system\.git\hooks\pre-commit.sample
?????文件???????1348??2018-09-04?17:13??news_system\.git\hooks\pre-push.sample
?????文件???????4898??2018-09-04?17:13??news_system\.git\hooks\pre-reba
?????文件????????544??2018-09-04?17:13??news_system\.git\hooks\pre-receive.sample
?????文件???????1492??2018-09-04?17:13??news_system\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2018-09-04?17:13??news_system\.git\hooks\update.sample
?????文件???????4304??2018-09-06?08:15??news_system\.git\index
?????文件????????240??2018-09-04?17:13??news_system\.git\info\exclude
?????文件????????326??2018-09-04?17:14??news_system\.git\logs\HEAD
?????文件????????326??2018-09-04?17:14??news_system\.git\logs\refs\heads\master
?????文件????????177??2018-09-04?17:13??news_system\.git\logs\refs\remotes\origin\HEAD
?????文件????????138??2018-09-04?17:14??news_system\.git\logs\refs\remotes\origin\master
?????文件????????136??2018-09-04?17:13??news_system\.git\ob
?????文件?????????64??2018-09-04?17:14??news_system\.git\ob
?????文件?????????46??2018-09-04?17:14??news_system\.git\ob
?????文件?????????21??2018-09-04?17:14??news_system\.git\ob
?????文件?????????60??2018-09-04?17:14??news_system\.git\ob
?????文件????????204??2018-09-04?17:14??news_system\.git\ob
?????文件????????308??2018-09-04?17:14??news_system\.git\ob
?????文件????????431??2018-09-04?17:14??news_system\.git\ob
............此處省略302個文件信息
評論
共有 條評論