llmhub-demo/llmhub-demo.iml
gewuyou 096d3f11ab feat(llmhub-base): 初始化基础,设置依赖版本
- 创建.git模块

- 添加项目构建配置文件attributes、.gitignore等项目配置文件
- 初始化IntelliJ IDEA项目设置
- 添加Spring Boot应用配置
- 设置Gradle构建脚本
2025-04-24 18:53:23 +08:00

8 lines
300 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="GENERAL_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>