Skip to content

firgk/springbootNewsPubSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简单的新闻项目

练手项目

没有配置安全选项,是一个半成品

前端纯html css js没有用其他框架之类的

使用了nginx作为启动前端的服务器, 使用了反向代理

后端是很基础的springboot,使用mysql数据库,4个表,有简单的外键关系

占用了80 8080 8081端口

启动

前端 nginx中的start.bat

后端 修改配置 导入数据库文件运行即可

关闭

前端 nginx中的stop.bat