# spring-boot-starter-enjoy **Repository Path**: jfinal/spring-boot-starter-enjoy ## Basic Information - **Project Name**: spring-boot-starter-enjoy - **Description**: The spring boot starter for JFinal Enjoy. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-03-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-enjoy The spring boot starter for [JFinal Enjoy](https://gitee.com/jfinal/enjoy). ### 依赖 `pom.xml` ```xml com.gitee.loocao.boot spring-boot-starter-enjoy 2.0.0.M6-alpha-1 ``` ### 配置 `application.yml` ```yaml jfinal: enjoy: enabled: true # 默认 true dev-mode: true # 默认 false session-in-view: true # 默认 false base-template-path: /templates/ content-type: text/html; charset=utf-8 shared-function: /view/_layout.html, /view/_paginate.html ``` 各参数介绍参照[JFinal Enjoy简单示例](https://gitee.com/jfinal/enjoy#%E7%AE%80%E5%8D%95%E7%A4%BA%E4%BE%8B)