springboot改造的jeesite springboot-jeesite

码农软件 · 软件分类 · J2EE框架 · 2019-03-26 16:43:29

软件介绍

使用 springboot 改造 jeesite,只保留最简单的系统配置 。

介绍

1、运行主类,登录  admin/admin

com.wolfking.jeesite.WolfkingJeesiteDriver

2、砍掉了所有的冗余的东西,只保留系统配置,数据库脚本 wolfking-jeesite.sql

3、使用 springboot 集成,使用 HikariDataSource 数据源

4、mvn install 打包运行

java -jar wolfking-jeesite-1.0.0-SNAPSHOT.war

5、如果使用外置的配置文件,在启动参数添加

java -jar --spring.config.location=./application.yml wolfking-jeesite-1.0.0-SNAPSHOT.war

6、由于 boot 对 jsp 的集成问题,只能用tomcat 和jetty 启动,undertow 有问题

本文地址:https://www.codercto.com/soft/d/2206.html

Programming Rust

Programming Rust

Jim Blandy / O'Reilly Media / 2016-8-25 / GBP 47.99

This practical book introduces systems programmers to Rust, the new and cutting-edge language that’s still in the experimental/lab stage. You’ll learn how Rust offers the rare and valuable combination......一起来看看 《Programming Rust》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具