Skip to content

three1bro/SpringBoot-NewsSystem

This branch is 3 commits behind GGG1235/SpringBoot-NewsSystem:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4f426c · Mar 11, 2019

History

12 Commits
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Mar 11, 2019
Feb 23, 2019
Feb 23, 2019
Mar 11, 2019
Mar 11, 2019
Mar 11, 2019
Mar 11, 2019
Mar 11, 2019
Feb 23, 2019
Feb 23, 2019
Mar 11, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019

Repository files navigation

SpringBoot-NewsSystem

大三上JavaWeb作业-新闻发布系统

Java环境 java 10.0.2 2018-07-17 mysql 5.7.22

SpringBoot

使用SpringSecurity配置来进行权限控制

@Configuration
@EnableWebSecurity
@EnableGlobalMethodSecurity(prePostEnabled=true)

数据库使用Jpa来操纵

public interface FileRepository extends JpaRepository<File,Long>{
}

前端使用了Bootstrap框架,富文本编辑器使用百度的ueditor,使用模版引擎thymeleaf。

springboot+ueditor参考了 [1]: https://blog.csdn.net/qq_33745799/article/details/70031641 "参考文章"

部分截图:

新闻首页1 用户信息修改 新闻首页2 后台管理系统 文章管理

About

大三上JavaWeb作业-新闻发布系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%