# java模块化 **Repository Path**: sharehappy/java-modularization ## Basic Information - **Project Name**: java模块化 - **Description**: java模块化 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-28 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 说明 示例参考java9模块化中的代码修改 源java9代码地址[java9代码示例](https://hub.fastgit.org/java9-modularity/examples) ### 笔记 - [模块中的工厂模式](./chapter4/easytext-factory/readme.md) - [基于serviceLoader的服务模式](./chapter4/easytext-services/readme.md) - [工厂service组合](./chapter4/easytext-service-factory/readme.md) - [可读模式](./chapter5/implied_readability/readme.md) - [springboot示例使用](./migration/hello/readme.md) ### 参考 [java9模块化](https://www.bookstack.cn/books/Java-9-Modularity-zh)
[j2cache多级缓存](https://gitee.com/ld/J2Cache)