# only-app-context **Repository Path**: zhli0720/only-app-context ## Basic Information - **Project Name**: only-app-context - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-07-02 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # only-app-context #### 项目介绍 在不依赖spring的情况下,为应用进行对象上下文管理 ``` AppContext ac = new AppContext(); User user=ac.getObject(User.class); ```