# zhangkaitao/es

JavaEE项目开发脚手架（我的公众号：kaitao-1234567，我的新书：《亿级流量网站架构核心技术》）

Repository: https://github.com/zhangkaitao/es
Canonical: https://ross.abutalabs.com/products/es
Homepage: https://github.com/zhangkaitao/es
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2018-04-05T06:48:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4981, "days_push": 3072, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2148, forks 1558 (observed 2026-08-28T04:06:19.105829+00:00)

## What it is
ES is a JavaEE enterprise project scaffolding framework that provides base abstractions for DAO, Service, and Controller layers plus common admin features like user/organization management, fine-grained resource-based authorization, file upload, and monitoring. It is built on Spring, Spring MVC, Hibernate/Spring Data JPA, Shiro, and MySQL with a jQuery-based frontend.

## Use cases
- bootstrap a JavaEE enterprise web application quickly
- avoid writing repetitive CRUD DAO/Service/Controller code
- get user, role, and organization management out of the box
- implement fine-grained resource-based authorization in a Java app
- add file upload, Excel import/export, and tree structures to an admin system
- monitor cache hit rates and JVM status in a Spring web app
- learn a full-stack Spring + Shiro + JPA reference project

## When to choose
- starting a new traditional JavaEE/Spring MVC admin or management system
- you want a ready-made admin scaffold with auth, users, and org management
- you prefer JSP + jQuery stack with Spring ecosystem libraries

## When to avoid
- you need a modern stack (Spring Boot, microservices, REST APIs, modern JS frontend)
- you use a database other than MySQL
- you need an actively maintained project with recent updates and security patches
- you want a lightweight library rather than a full application scaffold

## Facets
- artifact type: framework
- maturity: abandoned
- function: web-framework, orm, auth, authorization, file-upload, scheduling, caching, monitoring, templating, boilerplate
- domain: web-development, backend, developer-tools
- platform: jvm
- tags: javaee, scaffold, spring-mvc, spring-data-jpa, hibernate, shiro, admin-template, crud, chinese, java, web-server, mysql

## Member repositories
- zhangkaitao/es (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:19.105829+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:51:07.808610+00:00, confidence not recorded.
  - readme: https://github.com/zhangkaitao/es (fetched 2026-08-28T04:06:19.105829+00:00, sha d0a6883a1abd)
  - homepage: https://github.com/zhangkaitao/es (fetched 2026-08-29T10:30:56.723496+00:00, sha 37460478f972)
- Data as of 2026-08-30T08:39:29.467469+00:00.
