forked from opengaussexamples/examples
239 lines
16 KiB
XML
239 lines
16 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="860d1869-b846-4832-80b4-c0ce0fcc8ccc" name="Changes" comment="">
|
|
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.gitignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/DemoApplication.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/controller/BinaryTypeController.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/controller/BitTypeTest.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/controller/BlobTypeTest.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/controller/DateTypeTest.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/controller/NumberTypeTest.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/controller/OtherTypeTest.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/BinaryEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/BitEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/BlobEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/DateEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/DoubleEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/IntEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/entity/StringEntity.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/application.properties" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="HighlightingSettingsPerFile">
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3.jar!/javax/persistence/EntityManager.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/mysql/mysql-connector-java/8.0.13/mysql-connector-java-8.0.13.jar!/com/mysql/cj/AbstractQueryBindings.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/mysql/mysql-connector-java/8.0.13/mysql-connector-java-8.0.13.jar!/com/mysql/cj/ClientPreparedQueryBindings.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/mysql/mysql-connector-java/8.0.13/mysql-connector-java-8.0.13.jar!/com/mysql/cj/jdbc/ClientPreparedStatement.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/mysql/mysql-connector-java/8.0.13/mysql-connector-java-8.0.13.jar!/com/mysql/cj/jdbc/ConnectionImpl.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/dialect/PostgreSQL82Dialect.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/BasicBinder.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/BlobTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/CharTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/ClobTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/DoubleTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/IntegerTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/SmallIntTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/VarbinaryTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/hibernate/hibernate-core/5.6.15.Final/hibernate-core-5.6.15.Final.jar!/org/hibernate/type/descriptor/sql/VarcharTypeDescriptor.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/6.0.0/opengauss-jdbc-6.0.0.jar!/org/opengauss/jdbc/PgPreparedStatement.class" root0="SKIP_INSPECTION" />
|
|
<setting file="jar://$PROJECT_DIR$/../../../jdk/jdk-11.0.21_windows-x64_bin/jdk-11.0.21/lib/src.zip!/java.sql/java/sql/PreparedStatement.java" root0="SKIP_INSPECTION" />
|
|
</component>
|
|
<component name="MavenImportPreferences">
|
|
<option name="generalSettings">
|
|
<MavenGeneralSettings>
|
|
<option name="localRepository" value="C:\Users\Administrator\Desktop\software\idea\maven\repository" />
|
|
<option name="userSettingsFile" value="C:\Users\Administrator\Desktop\software\idea\maven\apache-maven-3.9.6\conf\settings.xml" />
|
|
</MavenGeneralSettings>
|
|
</option>
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"associatedIndex": 1
|
|
}</component>
|
|
<component name="ProjectId" id="2ilK94kMiLPQ3GQI9rd0K2DXs7W" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent"><![CDATA[{
|
|
"keyToString": {
|
|
"Maven.hiberate-test [clean].executor": "Run",
|
|
"RequestMappingsPanelOrder0": "0",
|
|
"RequestMappingsPanelOrder1": "1",
|
|
"RequestMappingsPanelWidth0": "75",
|
|
"RequestMappingsPanelWidth1": "75",
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
"Spring Boot.DemoApplication.executor": "Debug",
|
|
"git-widget-placeholder": "master",
|
|
"kotlin-language-version-configured": "true",
|
|
"last_opened_file_path": "D:/D文件夹/新建文件夹/文件2/测试demo/hiberateTest/src/main/java/org/example/controller",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "npm",
|
|
"project.structure.last.edited": "SDKs",
|
|
"project.structure.proportion": "0.0",
|
|
"project.structure.side.proportion": "0.2",
|
|
"settings.editor.selected.configurable": "MavenSettings",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}]]></component>
|
|
<component name="RecentsManager">
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="D:\D文件夹\新建文件夹\文件2\测试demo\hiberateTest\src\main\java\org\example\controller" />
|
|
<recent name="D:\D文件夹\新建文件夹\文件2\测试demo\hiberateTest\src\main\java\org\example\entity" />
|
|
<recent name="D:\D文件夹\新建文件夹\文件2\测试demo\testGaussDB\src\main\java\org\example" />
|
|
<recent name="C:\D盘\Projects\test_project\testGaussDB\src\main\resources" />
|
|
</key>
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
<recent name="org.example" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Spring Boot.DemoApplication">
|
|
<configuration name="DemoApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="org.example.DemoApplication" />
|
|
<module name="testGaussDB" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="org.example.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="DemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="hiberate-test" />
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="org.example.DemoApplication" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="org.example.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Spring Boot.DemoApplication" />
|
|
<item itemvalue="Application.DemoApplication" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SharedIndexes">
|
|
<attachedChunks>
|
|
<set>
|
|
<option value="jdk-11.0.21-corretto-11.0.21-f644763e9732-97de7592" />
|
|
</set>
|
|
</attachedChunks>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="860d1869-b846-4832-80b4-c0ce0fcc8ccc" name="Changes" comment="" />
|
|
<created>1719975529776</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1719975529776</updated>
|
|
<workItem from="1720584889820" duration="10172000" />
|
|
<workItem from="1720602753515" duration="5305000" />
|
|
<workItem from="1720610998001" duration="17007000" />
|
|
<workItem from="1720683468376" duration="5092000" />
|
|
<workItem from="1720697375274" duration="19034000" />
|
|
<workItem from="1720865549854" duration="51000" />
|
|
<workItem from="1720865642034" duration="398000" />
|
|
<workItem from="1720866198881" duration="17644000" />
|
|
<workItem from="1720942531267" duration="15774000" />
|
|
<workItem from="1721439291413" duration="497000" />
|
|
<workItem from="1721439879228" duration="2917000" />
|
|
<workItem from="1721444163208" duration="14727000" />
|
|
<workItem from="1721615840189" duration="1791000" />
|
|
<workItem from="1722838751058" duration="5460000" />
|
|
<workItem from="1722934277482" duration="18000" />
|
|
<workItem from="1723001508995" duration="14247000" />
|
|
<workItem from="1723425919889" duration="10518000" />
|
|
<workItem from="1723451777514" duration="4292000" />
|
|
<workItem from="1723533570714" duration="3157000" />
|
|
<workItem from="1723865218297" duration="3928000" />
|
|
<workItem from="1724229421370" duration="1221000" />
|
|
<workItem from="1724233620415" duration="587000" />
|
|
<workItem from="1724401499785" duration="2000" />
|
|
<workItem from="1724480812327" duration="1945000" />
|
|
<workItem from="1724656711139" duration="2000" />
|
|
<workItem from="1724810967386" duration="9208000" />
|
|
<workItem from="1725503048313" duration="596000" />
|
|
<workItem from="1725851986449" duration="1177000" />
|
|
<workItem from="1726043758972" duration="10808000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="XDebuggerManager">
|
|
<breakpoint-manager>
|
|
<breakpoints>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/6.0.0/opengauss-jdbc-6.0.0.jar!/org/opengauss/jdbc/PgPreparedStatement.class</url>
|
|
<line>1266</line>
|
|
<option name="timeStamp" value="23" />
|
|
</line-breakpoint>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/6.0.0/opengauss-jdbc-6.0.0.jar!/org/opengauss/jdbc/PgPreparedStatement.class</url>
|
|
<line>181</line>
|
|
<option name="timeStamp" value="24" />
|
|
</line-breakpoint>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/5.0.2/opengauss-jdbc-5.0.2.jar!/org/postgresql/jdbc/PgPreparedStatement.class</url>
|
|
<line>180</line>
|
|
<option name="timeStamp" value="25" />
|
|
</line-breakpoint>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/5.0.2/opengauss-jdbc-5.0.2.jar!/org/postgresql/jdbc/PgPreparedStatement.class</url>
|
|
<line>171</line>
|
|
<option name="timeStamp" value="27" />
|
|
</line-breakpoint>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/5.0.2/opengauss-jdbc-5.0.2.jar!/org/postgresql/jdbc/PgResultSet.class</url>
|
|
<line>244</line>
|
|
<option name="timeStamp" value="32" />
|
|
</line-breakpoint>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>jar://$USER_HOME$/Desktop/software/idea/maven/repository/org/opengauss/opengauss-jdbc/5.0.2/opengauss-jdbc-5.0.2.jar!/org/postgresql/jdbc/PgResultSet.class</url>
|
|
<line>1770</line>
|
|
<option name="timeStamp" value="33" />
|
|
</line-breakpoint>
|
|
</breakpoints>
|
|
</breakpoint-manager>
|
|
</component>
|
|
</project> |