博客
关于我
PublicCMS怎么用金蝶Apusic Application Server部署
阅读量:805 次
发布时间:2023-03-04

本文共 464 字,大约阅读时间需要 1 分钟。

部署Apusic Application Server及publiccms的步骤说明

安装Apusic Application Server并部署publiccms的完整指导

  • 确保Apusic Application Server版本为9.0或更高,以支持servlet3.0功能

  • 替换Apusic Application Server的lib/ext目录下的javax.persistence-2.0.5.jar文件,改用javax.persistence-api-2.2.jar

  • 处理publiccms项目前,需先通过Spring Boot进行处理。将publiccms.war.original文件重命名并删除其中所有spring-boot-*和tomcat-embed-*等依赖包,然后将处理后的文件放入Apusic Application Server的应用目录中

  • 注意事项:在二次开发阶段,若已移除了Spring Boot依赖项,可直接使用Apusic Application Server打包生成war文件进行部署

    转载地址:http://lwafk.baihongyu.com/

    你可能感兴趣的文章
    python 基于detectron或mask_rcnn的mask遮罩区域进行图片截取
    查看>>
    Python 基础 - Day 5 Learning Note - 模块 之 标准库:time (1)
    查看>>
    python 基础第七篇
    查看>>
    Python编程:Tkinter图形界面设计(1)
    查看>>
    Python 基础语法:None
    查看>>
    Python 基础语法:基本数据类型(一)
    查看>>
    python编程读取写入excel_Python读取txt内容写入xls格式excel中的方法
    查看>>
    Python 基础语法:基本数据类型(字典)
    查看>>
    Python 基础语法:基本数据类型(字符串)
    查看>>
    Python 基础语法:基本数据类型(集合)
    查看>>
    Python编程的终极十大工具
    查看>>
    python 堆排序
    查看>>
    python编程方式之一-函数式编程
    查看>>
    python 复习计划
    查看>>
    Python 多处理 apply_async 永远不会在 Windows 7 上返回结果
    查看>>
    Python 多处理 Numpy 随机
    查看>>
    Python 多处理 >= 125 列表永远不会完成
    查看>>
    Python 多处理:在第一个子错误时中止映射
    查看>>
    Python 多处理不断产生 pythonw.exe 进程而不做任何实际工作
    查看>>
    Python 多处理从不加入
    查看>>