coder-common-thin-backend/.idea/dataSources.xml
Leo 1127319f22 config: 更新开发环境配置
- 更新IDEA代码检查配置,启用阿里巴巴代码规范检查
- 添加数据源配置,完善开发环境设置
- 优化开发体验和代码质量管控
2025-07-09 16:49:49 +08:00

17 lines
858 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="coder-common-thin@localhost" uuid="b3056ce1-9eb4-4554-9254-f6b58de63d1c">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/coder-common-thin</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>