Browse Source

添加客户环境配置

deng.yinping 1 year ago
parent
commit
4d0563eb41

+ 0 - 0
.idea/.gitignore


+ 0 - 1
.idea/.name

@@ -1 +0,0 @@
-mtp3-generator

+ 0 - 37
.idea/compiler.xml

@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="CompilerConfiguration">
-    <annotationProcessing>
-      <profile default="true" name="Default" enabled="true" />
-      <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="mtp3-generator" />
-      </profile>
-      <profile name="Annotation profile for mtp3" enabled="true">
-        <sourceOutputDir name="target/generated-sources/annotations" />
-        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
-        <outputRelativeToContentRoot value="true" />
-        <processorPath useClasspath="false">
-          <entry name="$PROJECT_DIR$/../repository/org/springframework/boot/spring-boot-configuration-processor/2.5.9/spring-boot-configuration-processor-2.5.9.jar" />
-          <entry name="$PROJECT_DIR$/../repository/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar" />
-          <entry name="$PROJECT_DIR$/../repository/org/mapstruct/mapstruct-processor/1.5.5.Final/mapstruct-processor-1.5.5.Final.jar" />
-          <entry name="$PROJECT_DIR$/../repository/org/mapstruct/mapstruct/1.5.5.Final/mapstruct-1.5.5.Final.jar" />
-        </processorPath>
-        <module name="mtp3-century" />
-        <module name="mtp3-interface" />
-        <module name="mtp3-common" />
-        <module name="mtp3-pojos" />
-      </profile>
-    </annotationProcessing>
-  </component>
-  <component name="JavacSettings">
-    <option name="ADDITIONAL_OPTIONS_OVERRIDE">
-      <module name="mtp3-century" options="-parameters" />
-      <module name="mtp3-common" options="-parameters" />
-      <module name="mtp3-interface" options="-parameters" />
-      <module name="mtp3-pojos" options="-parameters" />
-    </option>
-  </component>
-</project>

+ 0 - 15
.idea/encodings.xml

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="Encoding">
-    <file url="file://$PROJECT_DIR$/mtp3-century/src/main/java" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-century/src/main/resources" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-common/src/main/java" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-common/src/main/resources" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-interface/src/main/java" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-interface/src/main/resources" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-pojos/src/main/java" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/mtp3-pojos/src/main/resources" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
-  </component>
-</project>

+ 0 - 0
.idea/httpRequests/http-requests-log.http


+ 0 - 22
.idea/inspectionProfiles/Project_Default.xml

@@ -1,22 +0,0 @@
-<component name="InspectionProjectProfileManager">
-  <profile version="1.0">
-    <option name="myName" value="Project Default" />
-    <inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
-      <option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,com.github.pagehelper.page.PageMethod,startPage" />
-    </inspection_tool>
-    <inspection_tool class="ConfigurationProperties" enabled="false" level="ERROR" enabled_by_default="false" />
-    <inspection_tool class="Deprecation" enabled="false" level="WARNING" enabled_by_default="false" />
-    <inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
-      <Languages>
-        <language minSize="136" name="Java" />
-      </Languages>
-    </inspection_tool>
-    <inspection_tool class="IgnoreResultOfCall" enabled="false" level="WARNING" enabled_by_default="false">
-      <option name="m_reportAllNonLibraryCalls" value="false" />
-      <option name="callCheckString" value="java.io.File,.*,java.io.InputStream,read|skip|available|markSupported,java.io.Reader,read|skip|ready|markSupported,java.lang.AbstractStringBuilder,capacity|codePointAt|codePointBefore|codePointCount|indexOf|lastIndexOf|offsetByCodePoints|substring|subSequence,java.lang.Boolean,.*,java.lang.Byte,.*,java.lang.Character,.*,java.lang.Double,.*,java.lang.Float,.*,java.lang.Integer,.*,java.lang.Long,.*,java.lang.Math,.*,java.lang.Object,equals|hashCode|toString,java.lang.Short,.*,java.lang.StrictMath,.*,java.lang.String,.*,java.lang.Thread,interrupted,java.math.BigDecimal,.*,java.math.BigInteger,.*,java.net.InetAddress,.*,java.net.URI,.*,java.nio.channels.AsynchronousChannelGroup,.*,java.nio.channels.Channel,isOpen,java.nio.channels.FileChannel,open|map|lock|tryLock|write,java.nio.channels.ScatteringByteChannel,read,java.nio.channels.SocketChannel,open|socket|isConnected|isConnectionPending,java.util.Arrays,.*,java.util.Collections,(?!addAll).*,java.util.List,of,java.util.Map,of|ofEntries|entry,java.util.Set,of,java.util.UUID,.*,java.util.concurrent.BlockingQueue,offer|remove,java.util.concurrent.CountDownLatch,await|getCount,java.util.concurrent.ExecutorService,awaitTermination|isShutdown|isTerminated,java.util.concurrent.ForkJoinPool,awaitQuiescence,java.util.concurrent.Semaphore,tryAcquire|availablePermits|isFair|hasQueuedThreads|getQueueLength|getQueuedThreads,java.util.concurrent.locks.Condition,await|awaitNanos|awaitUntil,java.util.concurrent.locks.Lock,tryLock|newCondition,java.util.regex.Matcher,pattern|toMatchResult|start|end|group|groupCount|matches|find|lookingAt|quoteReplacement|replaceAll|replaceFirst|regionStart|regionEnd|hasTransparentBounds|hasAnchoringBounds|hitEnd|requireEnd,java.util.regex.Pattern,.*,java.util.stream.BaseStream,.*,java.util.stream.DoubleStream,.*,java.util.stream.IntStream,.*,java.util.stream.LongStream,.*,java.util.stream.Stream,.*" />
-    </inspection_tool>
-    <inspection_tool class="SpringBootApplicationYaml" enabled="false" level="WARNING" enabled_by_default="false" />
-    <inspection_tool class="SpringTransactionalMethodCallsInspection" enabled="false" level="WARNING" enabled_by_default="false" />
-    <inspection_tool class="UNCHECKED_WARNING" enabled="false" level="WARNING" enabled_by_default="false" />
-  </profile>
-</component>

+ 0 - 25
.idea/jarRepositories.xml

@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="RemoteRepositoriesConfiguration">
-    <remote-repository>
-      <option name="id" value="central" />
-      <option name="name" value="Central Repository" />
-      <option name="url" value="https://repo.maven.apache.org/maven2" />
-    </remote-repository>
-    <remote-repository>
-      <option name="id" value="central" />
-      <option name="name" value="Maven Central repository" />
-      <option name="url" value="https://repo1.maven.org/maven2" />
-    </remote-repository>
-    <remote-repository>
-      <option name="id" value="jboss.community" />
-      <option name="name" value="JBoss Community repository" />
-      <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
-    </remote-repository>
-    <remote-repository>
-      <option name="id" value="central" />
-      <option name="name" value="Central Repository" />
-      <option name="url" value="http://192.168.31.179:8081/repository/maven-public/" />
-    </remote-repository>
-  </component>
-</project>

+ 0 - 15
.idea/misc.xml

@@ -1,15 +0,0 @@
-<project version="4">
-  <component name="ExternalStorageConfigurationManager" enabled="true" />
-  <component name="MavenProjectsManager">
-    <option name="originalFiles">
-      <list>
-        <option value="$PROJECT_DIR$/pom.xml" />
-        <option value="$PROJECT_DIR$/mtp3-century/pom.xml" />
-        <option value="$PROJECT_DIR$/mtp3-generator/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>

+ 0 - 124
.idea/uiDesigner.xml

@@ -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>

+ 0 - 318
.idea/workspace.xml

@@ -1,318 +0,0 @@
-<?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="14883168-4eab-4eba-b839-e84663135731" 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="AnnotationType" />
-        <option value="Enum" />
-        <option value="Interface" />
-        <option value="Class" />
-      </list>
-    </option>
-  </component>
-  <component name="GitSEFilterConfiguration">
-    <file-type-list>
-      <filtered-out-file-type name="LOCAL_BRANCH" />
-      <filtered-out-file-type name="REMOTE_BRANCH" />
-      <filtered-out-file-type name="TAG" />
-      <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
-    </file-type-list>
-  </component>
-  <component name="MarkdownSettingsMigration">
-    <option name="stateVersion" value="1" />
-  </component>
-  <component name="MavenImportPreferences">
-    <option name="generalSettings">
-      <MavenGeneralSettings>
-        <option name="localRepository" value="C:\projectxkf\repository" />
-        <option name="userSettingsFile" value="C:\projectxkf\repository\settings.xml" />
-      </MavenGeneralSettings>
-    </option>
-  </component>
-  <component name="ProblemsViewState">
-    <option name="selectedTabId" value="CurrentFile" />
-  </component>
-  <component name="ProjectColorInfo">{
-  &quot;associatedIndex&quot;: 6
-}</component>
-  <component name="ProjectId" id="2dwl3ZIVi65eqY2HumJu1kcrqMQ" />
-  <component name="ProjectViewState">
-    <option name="hideEmptyMiddlePackages" value="true" />
-    <option name="showLibraryContents" value="true" />
-  </component>
-  <component name="PropertiesComponent">{
-  &quot;keyToString&quot;: {
-    &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
-    &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
-    &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
-    &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
-    &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
-    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
-    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
-    &quot;last_opened_file_path&quot;: &quot;C:/projectxkf/mtp3&quot;,
-    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
-    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
-    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
-    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
-    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
-    &quot;settings.editor.selected.configurable&quot;: &quot;reference.settings.project.maven.repository.indices&quot;,
-    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
-  }
-}</component>
-  <component name="ReactorSettings">
-    <option name="notificationShown" value="true" />
-  </component>
-  <component name="RecentsManager">
-    <key name="CopyFile.RECENT_KEYS">
-      <recent name="C:\projectxkf\mtp3\mtp3-century\src\main\resources\mapper" />
-      <recent name="C:\projectxkf\mtp3\mtp3-pojos\src\main\java\com\muchinfo\mtp3pojos\entity" />
-      <recent name="C:\projectxkf\mtp3\mtp3-interface\src\main\java\com\muchinfo\mtp3interface\mapper" />
-      <recent name="C:\projectxkf\mtp3\mtp3-century\src\main\java\com\muchinfo\mtp3century\service" />
-      <recent name="C:\projectxkf\mtp3\mtp3-century\src\main\resources" />
-    </key>
-    <key name="MoveFile.RECENT_KEYS">
-      <recent name="C:\projectxkf\mtp3\mtp3-century\src\main\proto\com.muchinfo.mtp3century" />
-    </key>
-    <key name="CopyClassDialog.RECENTS_KEY">
-      <recent name="com.muchinfo.mtp3interface.mapper" />
-      <recent name="com.muchinfo.mtp3pojos.entity" />
-      <recent name="com.muchinfo.mtp3century.listener" />
-      <recent name="com.muchinfo.mtp3common.vo" />
-      <recent name="com.muchinfo.mtp3common.utils" />
-    </key>
-  </component>
-  <component name="RunManager" selected="Spring Boot.Mtp3CenturyApplication">
-    <configuration default="true" type="ArquillianTestNG" factoryName="" nameIsGenerated="true">
-      <option name="arquillianRunConfiguration">
-        <value>
-          <option name="containerStateName" value="" />
-        </value>
-      </option>
-      <option name="TEST_OBJECT" value="CLASS" />
-      <properties />
-      <listeners />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mybatisplusgenerate2ApplicationTests (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
-      <option name="MAIN_CLASS_NAME" value="Mybatisplusgenerate2ApplicationTests" />
-      <module name="mtp3-generator" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mybatisplusgenerate2ApplicationTests (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
-      <option name="MAIN_CLASS_NAME" value="Mybatisplusgenerate2ApplicationTests" />
-      <module name="mtp3-generator" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="generated-requests | #3" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="3" requestIdentifier="#3" runType="Run single request">
-      <method v="2" />
-    </configuration>
-    <configuration name="Mtp3CenturyApplicationTests.Rsatest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
-      <module name="mtp3-century" />
-      <extension name="coverage">
-        <pattern>
-          <option name="PATTERN" value="com.muchinfo.mtp3century.*" />
-          <option name="ENABLED" value="true" />
-        </pattern>
-      </extension>
-      <option name="PACKAGE_NAME" value="com.muchinfo.mtp3century" />
-      <option name="MAIN_CLASS_NAME" value="com.muchinfo.mtp3century.Mtp3CenturyApplicationTests" />
-      <option name="METHOD_NAME" value="Rsatest" />
-      <option name="TEST_OBJECT" value="method" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mtp3CenturyApplicationTests.getGeneratorID" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
-      <module name="mtp3-century" />
-      <extension name="coverage">
-        <pattern>
-          <option name="PATTERN" value="com.muchinfo.mtp3century.*" />
-          <option name="ENABLED" value="true" />
-        </pattern>
-      </extension>
-      <option name="PACKAGE_NAME" value="com.muchinfo.mtp3century" />
-      <option name="MAIN_CLASS_NAME" value="com.muchinfo.mtp3century.Mtp3CenturyApplicationTests" />
-      <option name="METHOD_NAME" value="getGeneratorID" />
-      <option name="TEST_OBJECT" value="method" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mtp3CenturyApplicationTests.tabletest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
-      <module name="mtp3-century" />
-      <extension name="coverage">
-        <pattern>
-          <option name="PATTERN" value="com.muchinfo.mtp3century.*" />
-          <option name="ENABLED" value="true" />
-        </pattern>
-      </extension>
-      <option name="PACKAGE_NAME" value="com.muchinfo.mtp3century" />
-      <option name="MAIN_CLASS_NAME" value="com.muchinfo.mtp3century.Mtp3CenturyApplicationTests" />
-      <option name="METHOD_NAME" value="tabletest" />
-      <option name="TEST_OBJECT" value="method" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mtp3CenturyApplicationTests.trantest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
-      <module name="mtp3-century" />
-      <extension name="coverage">
-        <pattern>
-          <option name="PATTERN" value="com.muchinfo.mtp3century.*" />
-          <option name="ENABLED" value="true" />
-        </pattern>
-      </extension>
-      <option name="PACKAGE_NAME" value="com.muchinfo.mtp3century" />
-      <option name="MAIN_CLASS_NAME" value="com.muchinfo.mtp3century.Mtp3CenturyApplicationTests" />
-      <option name="METHOD_NAME" value="trantest" />
-      <option name="TEST_OBJECT" value="method" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="RsaUtilsTest.generateKey" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
-      <module name="mtp3-century" />
-      <extension name="coverage">
-        <pattern>
-          <option name="PATTERN" value="com.muchinfo.mtp3century.*" />
-          <option name="ENABLED" value="true" />
-        </pattern>
-      </extension>
-      <option name="PACKAGE_NAME" value="com.muchinfo.mtp3century" />
-      <option name="MAIN_CLASS_NAME" value="com.muchinfo.mtp3century.RsaUtilsTest" />
-      <option name="METHOD_NAME" value="generateKey" />
-      <option name="TEST_OBJECT" value="method" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mtp3CenturyApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
-      <module name="mtp3-century" />
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.muchinfo.mtp3century.Mtp3CenturyApplication" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <configuration name="Mtp3CenturyApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
-      <module name="mtp3-century" />
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.muchinfo.mtp3century.Mtp3CenturyApplication" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
-    <recent_temporary>
-      <list>
-        <item itemvalue="Application.Mybatisplusgenerate2ApplicationTests (1)" />
-        <item itemvalue="JUnit.Mtp3CenturyApplicationTests.trantest" />
-        <item itemvalue="JUnit.Mtp3CenturyApplicationTests.getGeneratorID" />
-        <item itemvalue="JUnit.Mtp3CenturyApplicationTests.tabletest" />
-        <item itemvalue="JUnit.Mtp3CenturyApplicationTests.Rsatest" />
-      </list>
-    </recent_temporary>
-  </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="14883168-4eab-4eba-b839-e84663135731" name="Default Changelist" comment="" />
-      <created>1710926824143</created>
-      <option name="number" value="Default" />
-      <option name="presentableId" value="Default" />
-      <updated>1710926824143</updated>
-      <workItem from="1710926826274" duration="1234000" />
-      <workItem from="1710981056609" duration="3283000" />
-      <workItem from="1710984376190" duration="354000" />
-      <workItem from="1710984742192" duration="8438000" />
-      <workItem from="1710999380966" duration="16489000" />
-      <workItem from="1712452867873" duration="1797000" />
-      <workItem from="1712456569971" duration="17346000" />
-      <workItem from="1712479468174" duration="62960000" />
-      <workItem from="1712796769190" duration="2490000" />
-      <workItem from="1712884534127" duration="14440000" />
-      <workItem from="1713151733494" duration="868000" />
-      <workItem from="1713157587384" duration="2630000" />
-      <workItem from="1713161529304" duration="120443000" />
-      <workItem from="1714112223458" duration="184214000" />
-      <workItem from="1715825192860" duration="14325000" />
-      <workItem from="1715848842524" duration="79145000" />
-      <workItem from="1716364180536" duration="38127000" />
-      <workItem from="1716532827269" duration="81982000" />
-      <workItem from="1717032716696" duration="19878000" />
-      <workItem from="1717061235733" duration="49767000" />
-      <workItem from="1717467536562" duration="61076000" />
-      <workItem from="1718084616709" duration="3398000" />
-      <workItem from="1718162404024" duration="21000" />
-      <workItem from="1718170832264" duration="8050000" />
-      <workItem from="1718184138731" duration="1033000" />
-      <workItem from="1718240344521" duration="278000" />
-      <workItem from="1718240641095" duration="11079000" />
-      <workItem from="1718588639751" duration="1198000" />
-      <workItem from="1718590830721" duration="599000" />
-      <workItem from="1718592046928" duration="505000" />
-      <workItem from="1718608726711" duration="24030000" />
-      <workItem from="1718697763597" duration="24353000" />
-      <workItem from="1718788866147" duration="27618000" />
-      <workItem from="1718940066976" duration="24969000" />
-      <workItem from="1719210380006" duration="68982000" />
-      <workItem from="1719470942800" duration="77199000" />
-      <workItem from="1719972419611" duration="24174000" />
-      <workItem from="1720060363332" duration="69620000" />
-      <workItem from="1720506905595" duration="28236000" />
-      <workItem from="1720660363654" duration="33715000" />
-      <workItem from="1721008014497" duration="35988000" />
-      <workItem from="1721181475741" duration="55922000" />
-      <workItem from="1721630735650" duration="28800000" />
-      <workItem from="1721799777177" duration="27909000" />
-      <workItem from="1721970324924" duration="2045000" />
-      <workItem from="1721973813315" duration="7838000" />
-      <workItem from="1721982806008" duration="1018000" />
-      <workItem from="1721984192445" duration="3801000" />
-      <workItem from="1722216845416" duration="12871000" />
-      <workItem from="1722305261618" duration="7647000" />
-      <workItem from="1722323697628" duration="30866000" />
-      <workItem from="1722482802809" duration="28939000" />
-      <workItem from="1722819763516" duration="44600000" />
-      <workItem from="1722995107088" duration="46974000" />
-      <workItem from="1723189222554" duration="3478000" />
-      <workItem from="1723192781306" duration="31922000" />
-      <workItem from="1723527063939" duration="13164000" />
-      <workItem from="1723596624495" duration="656000" />
-      <workItem from="1723598485209" duration="24598000" />
-    </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>file://$PROJECT_DIR$/mtp3-century/src/main/java/com/muchinfo/mtp3century/service/impl/TaaccountServiceImpl.java</url>
-          <line>324</line>
-          <option name="timeStamp" value="4" />
-        </line-breakpoint>
-      </breakpoints>
-    </breakpoint-manager>
-    <pin-to-top-manager>
-      <pinned-members>
-        <PinnedItemInfo parentTag="org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest" memberName="response" />
-      </pinned-members>
-    </pin-to-top-manager>
-  </component>
-</project>

+ 3 - 0
config/tss/readme.md

@@ -0,0 +1,3 @@
+泰商所配置-tss(tce)
+uat - 客户模拟盘
+prod - 客户实盘

+ 55 - 0
config/tss/uat/application.yml

@@ -0,0 +1,55 @@
+server:
+  port: 8080
+
+spring:
+  redis:
+    host: 192.168.31.166
+    port: 6379
+    #Redis使用的数据库
+    database: 0
+    #连接超时事件毫秒
+    timeout: 18000
+    lettuce:
+      pool:
+        #连接池最大连接数
+        max-active: 600
+        #最大阻塞等待时间
+        max-idle: 300
+        #连接池最小空闲连接
+        min-idle: 0
+        #最大等待时间毫秒
+        max-wait: 1000000
+
+  rabbitmq:
+    host: 192.168.31.158
+    port: 14137
+    username: guest
+    password: guest
+
+  datasource:
+    driver-class-name: oracle.jdbc.driver.OracleDriver
+    url: jdbc:oracle:thin:@192.168.31.88:1521/orcl
+    username: mtp2_xkf
+    password: muchinfo
+
+  profiles:
+    #测试环境默认开启,生产环境设置成prod
+    default: dev
+    #default: prod
+
+  web:
+    resources:
+      static-locations: file:/home/pub/mtp3/uploadFile/
+
+logging:
+  level:
+    org.mybatis: DEBUG
+  config: classpath:logback-spring.xml
+
+mybatis-plus:
+  mapper-locations: classpath:mapper/*.xml
+  global-config:
+    #主键类型  0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
+    id-type: 1
+    # Sequence序列接口实现类配置
+    key-generator: com.baomidou.mybatisplus.extension.incrementer.OracleKeyGenerator

+ 120 - 0
config/tss/uat/logback-spring.xml

@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+    <!-- 默认的一些配置 -->
+    <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
+    <!-- 定义应用名称,区分应用 -->
+    <property name="APP_NAME" value="logback-century"/>
+    <!-- 定义日志文件的输出路径 -->
+    <property name="LOG_PATH" value="${user.home}/logs/${APP_NAME}"/>
+    <!-- 定义日志文件名称和路径 -->
+    <property name="LOG_FILE" value="${LOG_PATH}/info/application.log"/>
+    <!-- 定义警告级别日志文件名称和路径 -->
+    <property name="WARN_LOG_FILE" value="${LOG_PATH}/warn/warn.log"/>
+    <!-- 定义错误级别日志文件名称和路径 -->
+    <property name="ERROR_LOG_FILE" value="${LOG_PATH}/error/error.log"/>
+
+    <!-- 将日志滚动输出到application.log文件中 -->
+    <appender name="APPLICATION"
+              class="ch.qos.logback.core.rolling.RollingFileAppender">
+        <!-- 输出文件目的地 -->
+        <file>${LOG_FILE}</file>
+        <encoder>
+            <!-- 使用默认的输出格式打印 -->
+            <pattern>${CONSOLE_LOG_PATTERN}</pattern>
+            <charset>utf8</charset>
+        </encoder>
+        <!-- 设置 RollingPolicy 属性,用于配置文件大小限制,保留天数、文件名格式 -->
+        <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
+            <!-- 文件命名格式 -->
+            <fileNamePattern>${LOG_FILE}.%d{yyyy-MM-dd}.%i.log</fileNamePattern>
+            <!-- 文件保留最大天数 -->
+            <maxHistory>30</maxHistory>
+            <!-- 文件大小限制 -->
+            <maxFileSize>50MB</maxFileSize>
+            <!-- 文件总大小 -->
+            <totalSizeCap>2000MB</totalSizeCap>
+        </rollingPolicy>
+    </appender>
+
+    <!-- 摘取出WARN级别日志输出到warn.log中 -->
+    <appender name="WARN" class="ch.qos.logback.core.rolling.RollingFileAppender">
+        <file>${WARN_LOG_FILE}</file>
+        <encoder>
+            <!-- 使用默认的输出格式打印 -->
+            <pattern>${CONSOLE_LOG_PATTERN}</pattern>
+            <charset>utf8</charset>
+        </encoder>
+        <!-- 设置 RollingPolicy 属性,用于配置文件大小限制,保留天数、文件名格式 -->
+        <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
+            <!-- 文件命名格式 -->
+            <fileNamePattern>${LOG_PATH}/warn.%d{yyyy-MM-dd}.%i.log</fileNamePattern>
+            <!-- 文件保留最大天数 -->
+            <maxHistory>30</maxHistory>
+            <!-- 文件大小限制 -->
+            <maxFileSize>50MB</maxFileSize>
+            <!-- 文件总大小 -->
+            <totalSizeCap>2000MB</totalSizeCap>
+        </rollingPolicy>
+        <!-- 日志过滤器,将WARN相关日志过滤出来 -->
+        <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
+            <level>WARN</level>
+        </filter>
+    </appender>
+
+    <!-- 摘取出ERROR级别日志输出到error.log中 -->
+    <appender name="ERROR" class="ch.qos.logback.core.rolling.RollingFileAppender">
+        <file>${ERROR_LOG_FILE}</file>
+        <encoder>
+            <!-- 使用默认的输出格式打印 -->
+            <pattern>${CONSOLE_LOG_PATTERN}</pattern>
+            <charset>utf8</charset>
+        </encoder>
+        <!-- 设置 RollingPolicy 属性,用于配置文件大小限制,保留天数、文件名格式 -->
+        <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
+            <!-- 文件命名格式 -->
+            <fileNamePattern>${LOG_PATH}/error.%d{yyyy-MM-dd}.%i.log</fileNamePattern>
+            <!-- 文件保留最大天数 -->
+            <maxHistory>30</maxHistory>
+            <!-- 文件大小限制 -->
+            <maxFileSize>50MB</maxFileSize>
+            <!-- 文件总大小 -->
+            <totalSizeCap>2000MB</totalSizeCap>
+        </rollingPolicy>
+        <!-- 日志过滤器,将ERROR相关日志过滤出来 -->
+        <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
+            <level>ERROR</level>
+        </filter>
+    </appender>
+
+    <!-- 配置控制台输出 -->
+    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
+        <encoder>
+            <!-- 使用默认的输出格式打印 -->
+            <pattern>${CONSOLE_LOG_PATTERN}</pattern>
+            <charset>utf8</charset>
+        </encoder>
+    </appender>
+
+    <!-- 配置输出级别 -->
+    <root level="DEBUG">
+        <!-- 加入控制台输出 -->
+        <appender-ref ref="CONSOLE"/>
+        <!-- 加入APPLICATION输出 -->
+        <appender-ref ref="APPLICATION"/>
+        <!-- 加入WARN日志输出 -->
+        <appender-ref ref="WARN"/>
+        <!-- 加入ERROR日志输出 -->
+        <appender-ref ref="ERROR"/>
+    </root>
+
+    <logger name="org.mybatis" level="DEBUG">
+        <!-- 加入控制台输出 -->
+        <appender-ref ref="CONSOLE" />
+        <!-- 加入APPLICATION输出 -->
+        <appender-ref ref="APPLICATION" />
+        <!-- 加入WARN日志输出 -->
+        <appender-ref ref="WARN" />
+        <!-- 加入ERROR日志输出 -->
+        <appender-ref ref="ERROR" />
+    </logger>
+</configuration>