From b54985125f8052f53435fd76d5ff61d3a5b7394f Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期四, 11 五月 2023 12:04:11 +0800 Subject: [PATCH] 移除多余的文件 --- /dev/null | 164 ------------------------------------------------------ 1 files changed, 0 insertions(+), 164 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 6c9cf2e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CompilerConfiguration"> - <annotationProcessing> - <profile name="Maven default annotation processors profile" enabled="true"> - <sourceOutputDir name="target/generated-sources/annotations" /> - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> - <outputRelativeToContentRoot value="true" /> - <module name="kafkaProducer" /> - </profile> - </annotationProcessing> - </component> - <component name="JavacSettings"> - <option name="ADDITIONAL_OPTIONS_OVERRIDE"> - <module name="kafkaProducer" options="-parameters" /> - </option> - </component> -</project> \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 63e9001..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Encoding"> - <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 4b661a5..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ExternalStorageConfigurationManager" enabled="true" /> - <component name="MavenProjectsManager"> - <option name="originalFiles"> - <list> - <option value="$PROJECT_DIR$/pom.xml" /> - </list> - </option> - </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> - <output url="file://$PROJECT_DIR$/out" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Palette2"> - <group name="Swing"> - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> - </item> - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> - </item> - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> - </item> - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> - <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> - </item> - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> - <initial-values> - <property name="text" value="Button" /> - </initial-values> - </item> - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> - <initial-values> - <property name="text" value="RadioButton" /> - </initial-values> - </item> - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> - <initial-values> - <property name="text" value="CheckBox" /> - </initial-values> - </item> - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> - <initial-values> - <property name="text" value="Label" /> - </initial-values> - </item> - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> - <preferred-size width="150" height="-1" /> - </default-constraints> - </item> - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> - <preferred-size width="150" height="-1" /> - </default-constraints> - </item> - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> - <preferred-size width="150" height="-1" /> - </default-constraints> - </item> - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> - </item> - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> - <preferred-size width="150" height="50" /> - </default-constraints> - </item> - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> - <preferred-size width="200" height="200" /> - </default-constraints> - </item> - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> - <preferred-size width="200" height="200" /> - </default-constraints> - </item> - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> - </item> - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> - </item> - <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> - </item> - <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> - </item> - <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> - <preferred-size width="-1" height="20" /> - </default-constraints> - </item> - <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> - <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> - </item> - <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> - <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> - </item> - </group> - </component> -</project> \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 1e7b862..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,164 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ChangeListManager"> - <list default="true" id="39adee16-60b1-4f97-842b-82773f58c619" name="Default Changelist" comment="" /> - <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="MavenImportPreferences"> - <option name="generalSettings"> - <MavenGeneralSettings> - <option name="localRepository" value="C:\java\maven-resposity" /> - <option name="userSettingsFile" value="C:\java\apache-maven-3.5.4\conf\settings.xml" /> - </MavenGeneralSettings> - </option> - <option name="importingSettings"> - <MavenImportingSettings> - <option name="importAutomatically" value="true" /> - </MavenImportingSettings> - </option> - </component> - <component name="ProjectId" id="2P2wEvKA8Fw7XdUARzNdhT14cEE" /> - <component name="ProjectViewState"> - <option name="hideEmptyMiddlePackages" value="true" /> - <option name="showExcludedFiles" value="true" /> - <option name="showLibraryContents" value="true" /> - </component> - <component name="PropertiesComponent"> - <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> - <property name="last_opened_file_path" value="$PROJECT_DIR$/../BattMonitor_DB_Builder" /> - <property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.gradle" /> - <property name="show.unlinked.gradle.project.popup" value="false" /> - </component> - <component name="RecentsManager"> - <key name="CopyFile.RECENT_KEYS"> - <recent name="C:\code\web\kafkaProducer\src\main\java\com\whyc" /> - <recent name="C:\code\web\kafkaProducer\src\main\resources" /> - </key> - </component> - <component name="RunManager" selected="Application.App"> - <configuration name="App" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> - <option name="MAIN_CLASS_NAME" value="com.whyc.App" /> - <module name="kafkaProducer" /> - <extension name="coverage"> - <pattern> - <option name="PATTERN" value="com.whyc.*" /> - <option name="ENABLED" value="true" /> - </pattern> - </extension> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> - <configuration name="DcimNorthController" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> - <option name="MAIN_CLASS_NAME" value="com.whyc.controller.DcimNorthController" /> - <module name="kafkaProducer" /> - <extension name="coverage"> - <pattern> - <option name="PATTERN" value="com.whyc.controller.*" /> - <option name="ENABLED" value="true" /> - </pattern> - </extension> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> - <recent_temporary> - <list> - <item itemvalue="Application.App" /> - <item itemvalue="Application.DcimNorthController" /> - </list> - </recent_temporary> - </component> - <component name="SvnConfiguration"> - <configuration /> - </component> - <component name="TaskManager"> - <task active="true" id="Default" summary="Default task"> - <changelist id="39adee16-60b1-4f97-842b-82773f58c619" name="Default Changelist" comment="" /> - <created>1682668375085</created> - <option name="number" value="Default" /> - <option name="presentableId" value="Default" /> - <updated>1682668375085</updated> - </task> - <servers /> - </component> - <component name="WindowStateProjectService"> - <state x="574" y="131" key="#com.intellij.ide.util.MemberChooser" timestamp="1683357558846"> - <screen x="0" y="30" width="1536" height="834" /> - </state> - <state x="574" y="131" key="#com.intellij.ide.util.MemberChooser/0.30.1536.834@0.30.1536.834" timestamp="1683357558846" /> - <state x="549" y="202" key="FileChooserDialogImpl" timestamp="1683526136274"> - <screen x="0" y="30" width="1536" height="834" /> - </state> - <state x="549" y="202" key="FileChooserDialogImpl/0.30.1536.834@0.30.1536.834" timestamp="1683526136274" /> - <state width="1237" height="254" key="GridCell.Tab.0.bottom" timestamp="1683709951372"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="254" key="GridCell.Tab.0.bottom/0.0.1280.689@0.0.1280.689" timestamp="1683709951372" /> - <state width="1493" height="342" key="GridCell.Tab.0.bottom/0.30.1536.834@0.30.1536.834" timestamp="1683690678550" /> - <state width="1237" height="254" key="GridCell.Tab.0.center" timestamp="1683709951372"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="254" key="GridCell.Tab.0.center/0.0.1280.689@0.0.1280.689" timestamp="1683709951372" /> - <state width="1493" height="342" key="GridCell.Tab.0.center/0.30.1536.834@0.30.1536.834" timestamp="1683690678549" /> - <state width="1237" height="254" key="GridCell.Tab.0.left" timestamp="1683709951372"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="254" key="GridCell.Tab.0.left/0.0.1280.689@0.0.1280.689" timestamp="1683709951372" /> - <state width="1493" height="342" key="GridCell.Tab.0.left/0.30.1536.834@0.30.1536.834" timestamp="1683690678549" /> - <state width="1237" height="254" key="GridCell.Tab.0.right" timestamp="1683709951372"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="254" key="GridCell.Tab.0.right/0.0.1280.689@0.0.1280.689" timestamp="1683709951372" /> - <state width="1493" height="342" key="GridCell.Tab.0.right/0.30.1536.834@0.30.1536.834" timestamp="1683690678550" /> - <state width="1237" height="333" key="GridCell.Tab.1.bottom" timestamp="1683709066666"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="333" key="GridCell.Tab.1.bottom/0.0.1280.689@0.0.1280.689" timestamp="1683709066666" /> - <state width="1493" height="342" key="GridCell.Tab.1.bottom/0.30.1536.834@0.30.1536.834" timestamp="1683690678401" /> - <state width="1237" height="333" key="GridCell.Tab.1.center" timestamp="1683709066665"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="333" key="GridCell.Tab.1.center/0.0.1280.689@0.0.1280.689" timestamp="1683709066665" /> - <state width="1493" height="342" key="GridCell.Tab.1.center/0.30.1536.834@0.30.1536.834" timestamp="1683690678401" /> - <state width="1237" height="333" key="GridCell.Tab.1.left" timestamp="1683709066665"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="333" key="GridCell.Tab.1.left/0.0.1280.689@0.0.1280.689" timestamp="1683709066665" /> - <state width="1493" height="342" key="GridCell.Tab.1.left/0.30.1536.834@0.30.1536.834" timestamp="1683690678401" /> - <state width="1237" height="333" key="GridCell.Tab.1.right" timestamp="1683709066666"> - <screen x="0" y="0" width="1280" height="689" /> - </state> - <state width="1237" height="333" key="GridCell.Tab.1.right/0.0.1280.689@0.0.1280.689" timestamp="1683709066666" /> - <state width="1493" height="342" key="GridCell.Tab.1.right/0.30.1536.834@0.30.1536.834" timestamp="1683690678401" /> - <state x="192" y="198" width="1005" height="534" key="find.popup" timestamp="1683343595874"> - <screen x="0" y="30" width="1536" height="834" /> - </state> - <state x="192" y="198" width="1005" height="534" key="find.popup/0.30.1536.834@0.30.1536.834" timestamp="1683343595874" /> - <state x="64" y="166" width="672" height="678" key="search.everywhere.popup" timestamp="1683688598718"> - <screen x="0" y="30" width="1536" height="834" /> - </state> - <state x="64" y="166" width="672" height="678" key="search.everywhere.popup/0.30.1536.834@0.30.1536.834" timestamp="1683688598718" /> - </component> - <component name="XDebuggerManager"> - <breakpoint-manager> - <breakpoints> - <line-breakpoint enabled="true" type="java-line"> - <url>file://$PROJECT_DIR$/src/main/java/com/whyc/controller/DcimNorthController.java</url> - <line>115</line> - <option name="timeStamp" value="1" /> - </line-breakpoint> - </breakpoints> - </breakpoint-manager> - </component> -</project> \ No newline at end of file -- Gitblit v1.9.1