zoukankan      html  css  js  c++  java
  • 【转载】Jeecg-Boot2.1.2 版本,手工集成Online在线开发模块(Online表单、Online报表)

        Jeecg-Boot2.1.2 版本,手工集成Online在线开发模块(Online表单、Online报表)
        友情提醒: 如果你想去掉Online模块,也可以参考此文档

        1、ant-design-jeecg-vue前端项目引入 online 依赖

        Install安装

    yarn add @jeecg/antd-online-re


    修改ant-design-jeecg-vue/src/main.js 引入online

    import "@jeecg/antd-online-re"
    import '@jeecg/antd-online-re/dist/OnlineForm.css'



        2、项目jeecg-boot-module-system 引入 online-form JAR包

        修改jeecg-bootjeecg-boot-module-systempom.xml,增加依赖

    <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-re</artifactId>
                <version>2.1.2</version>
    </dependency>
    <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-core</artifactId>
                <exclusions>
                    <exclusion>
                        <groupId>commons-collections</groupId>
                        <artifactId>commons-collections</artifactId>
                    </exclusion>
              </exclusions>
    </dependency>


        3、将 online-form 的路由vue页面复制到前端ant-design-jeecg-vue里
        链接:https://pan.baidu.com/s/1BRzdR9Zbe3oy87SGvjih4A 提取码:f4jk



    4.数据库采用最新的脚步(完整的库,非增量脚步)

    http://www.jeecg.org/forum.php?mod=viewthread&tid=8617&extra=

    5.给admin角色授权 online-form 菜单

  • 相关阅读:
    83. Remove Duplicates from Sorted List
    141. Linked List Cycle
    hdu1028 划分数
    XDU1019 阶乘因子的个数
    poj2773 容斥原理
    poj1091 容斥原理的应用
    poj1173 多重集组合数
    HDU 1465 错排问题
    poj 1496
    复习之求一个数的约束之积模一个质数
  • 原文地址:https://www.cnblogs.com/Bruce_H21/p/14693044.html
Copyright © 2011-2022 走看看