1 Star 0 Fork 150

紫石南 / jfinal-admin

forked from 深山飞雨 / jfinal-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

jfinal-admin 后台框架

jfinal-admin 是基于JFinal的后台管理系统,采用了简洁强大的JFinal作为web框架,模板引擎用的是beetl,数据库用mysql,前端bootstrap框架。

特性

  1. 内置用户和权限系统
  2. mysql、oracle等多数据库支持
  3. 支持引入第三方前端库
  4. 基于jfinal_cms深度精简

其他

jfinal_cms深度精简,不再依赖jflyfox_base,jflyfox_jfinal。

效果截图

输入图片说明

配置说明

  • 数据库连接配置 修改pom.xml
<profiles>

        <profile>

            <id>develop</id>

            <activation>

                <activeByDefault>true</activeByDefault>

            </activation>

            <properties>

                <jdbc-url>
                    <![CDATA[jdbc:mysql://127.0.0.1:3306/jfinal_job?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull]]></jdbc-url>

                <jdbc-username>root</jdbc-username>

                <jdbc-password>123456</jdbc-password>

            </properties>

        </profile>

    </profiles>
  • 登录系统账号 admin/123456

鸣谢

关于作者

  • IT小香猪
The MIT License (MIT) Copyright (c) 2017 爱4妮 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

jfinal-admin是一个基于jfinal的后台管理开发框架,能帮助你使用很少的时间和代码量开发出功能完备的管理后台。 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/playfreetime/jfinal-admin.git
git@gitee.com:playfreetime/jfinal-admin.git
playfreetime
jfinal-admin
jfinal-admin
master

搜索帮助