# easy-springboot **Repository Path**: arvin/esb ## Basic Information - **Project Name**: easy-springboot - **Description**: use springboot in an easy way, support auto reload the static resources and the thymeleaf template when dev mode - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-04-10 - **Last Updated**: 2025-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-springboot use springboot in an easy way, support auto reload the static resources and the thymeleaf template when dev mode 一个基于 SpringBoot 的快速开发框架,旨在提升 SpringBoot 的开发体验,简化 SpringBoot 的使用门槛 自动集成了包括但不限于: 1. esb-core > 环境识别,如开发、测试、生产环境, 不同环境下的配置不同 > 开发环境下支持静态资源、Thymeleaf模版更改不需要重启即可生效 > 提供基础的工具类, 如 URL,重试,路径,JSON,HTTP,反射等 > 虚拟DNS,支持自定义DNS解析 > 定时器,支持定时器 2. esb-webmvc > 支持mvc开发,异常统一处理,抽象基本视图,ResponseBody,RestController 支持 JSONP, Javascript 脚本返回 > 快速启动一个 WebApplication > 支持 自定义注入参数,同个线程日志跟踪 更多特性正在开发中......敬请期待 Email: xiajiqiu1990@163.com