java_firefly 开发脚手架
Layui: https://www.layui.com/demo/
juicer: https://github.com/PaulGuo/Juicer
springboot 版本升级后,默认suffix为.ftlh,以前版本是.ftl,所要注意配置
freemarker.suffix: .ftl
Mysql: 5.6+
git clone https://github.com/wzhsh90/java_firefly.git
cd java_firefly
CREATE TABLE `sys_company_t`
(
`id` char(24) NOT NULL,
`com_name` varchar(100) DEFAULT NULL,
`com_desc` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
默认运行开发模式
java #生产模式: gradle bootJar -Dprofile=product
rust 版本: git clone https://github.com/wzhsh90/rust_firefly.git
golang 版本: git clone https://github.com/wzhsh90/go_firefly.git