书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 955 个相关结果.
  • 1.5 jfinal-undertow 常见问题

    1、IDEA 下支持热加载 2、IDEA 下模板文件路径不正确 3、 maven 多模块项目启动报错 4、类型转换异常、子类对象无法赋值到基类变量 5、shiro 热加载问题 6、部署在外网服务器上无法访问问题 7、脚本无法使用问题 8、JSP 支持问题 9、 mp4 无法播放、xls 无法下载等 contentType 不正确的问题 ...
  • 1.4 jfinal-undertow 高级用法

    1.4 jfinal-undertow 高级用法 一、基础配置 1、启用配置文件 2、常用配置 3、web 资源加载路径配置 4、性能配置 5、开启 gzip 压缩 6、配置 session 7、配置 https 8、配置 http2 9、配置 http 重定向到 https 10、配置关闭 http 11、自由配置 Undertow ...
  • 1.4 jfinal-undertow 高级用法

    1.4 jfinal-undertow 高级用法 一、基础配置 1、启用配置文件 2、常用配置 3、web 资源加载路径配置 4、性能配置 5、开启 gzip 压缩 6、配置 session 7、配置 https 8、配置 http2 9、配置 http 重定向到 https 10、配置关闭 http 11、自由配置 Undertow ...
  • 项目模块化

    项目模块化 解耦和聚合 区分模块 重构成模块 项目模块化 在企业项目中,包层次和类关系比较负责,把代码拆分成模块是一个比较困难的任务,因为这需要你清晰的划分功能的边界,比如把业务逻辑和数据持久化拆分开来。 解耦和聚合 但你的项目符合高内聚低耦合时,模块化就变得很容易,这是一条非常好的软件开发实践。一个很好的模块化的例子就是Spring框架...
  • Chapter 10. Web Application Quickstart 快速开始 Web 应用

    1070 2018-03-22 《Gradle 3 用户指南》
    Chapter 10. Web Application Quickstart 快速开始 Web 应用 10.1. Building a WAR file 构建 WAR 文件 10.2. Running your web application 运行应用 10.3. Summary 总结 Chapter 10. Web Application Q...
  • 非分布式模式运行部署运行说明

    非分布式模式说明: 非分布式模式中,没有用spingcloud,apollo,cas,功能和分布式部署方式一致,不缺少一个功能。 1 pom文件 需要引入: fhs_framework_base_business,fhs_file,fhs_static 三个依赖 其中,fhs_framew...
  • Functional Testing

    Functional Testing Functional Testing Before reading this section, it is recommended that you read the Selenium documentation and the PHPUnit documentation first. We summariz...
  • Bootstrapping

    Configure an Application-Managed Process Engine Configure a Container-Managed Process Engine as a Spring Bean Configure a Process Engine Plugin Using Spring JavaConfig You can...
  • Ingress traffic

    Ingress traffic Default Mode Proxy Ingress Mode Nginx Traefik Traefik 2.x GCE Ambassador Gloo Automatic Manual Test Contour Kong Ingress traffic As of Linkerd versi...
  • 使用Spring MVC

    使用Spring MVC 配置Spring MVC 编写Controller 练习 小结 读后有收获可以支付宝请作者喝咖啡,读后有疑问请加微信群讨论: 使用Spring MVC 我们在前面介绍Web开发 时已经讲过了Java Web的基础:Servlet容器,以及标准的Servlet组件: Servlet:能处理HTTP请求并将HTTP...