10 changed files with 313 additions and 0 deletions
@ -0,0 +1 @@ |
|||
BCoins Plat Manger Information System |
|||
@ -0,0 +1,16 @@ |
|||
<?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="bcws" /> |
|||
<module name="bcapi" /> |
|||
<module name="bccommon" /> |
|||
<module name="bcagent" /> |
|||
</profile> |
|||
</annotationProcessing> |
|||
</component> |
|||
</project> |
|||
@ -0,0 +1,14 @@ |
|||
<?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> |
|||
@ -0,0 +1,6 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="VcsDirectoryMappings"> |
|||
<mapping directory="" vcs="Git" /> |
|||
</component> |
|||
</project> |
|||
@ -0,0 +1,196 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="ChangeListManager"> |
|||
<list default="true" id="48484101-7a18-4278-bdb7-e43b4204d542" name="Default Changelist" comment=""> |
|||
<change afterPath="$PROJECT_DIR$/bcagent/pom.xml" afterDir="false" /> |
|||
<change afterPath="$PROJECT_DIR$/bcapi/pom.xml" afterDir="false" /> |
|||
<change afterPath="$PROJECT_DIR$/bccommon/pom.xml" afterDir="false" /> |
|||
<change afterPath="$PROJECT_DIR$/bcws/pom.xml" afterDir="false" /> |
|||
<change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" /> |
|||
</list> |
|||
<ignored path="$PROJECT_DIR$/out/" /> |
|||
<ignored path="$PROJECT_DIR$/target/" /> |
|||
<ignored path="$PROJECT_DIR$/bcws/target/" /> |
|||
<ignored path="$PROJECT_DIR$/bcapi/target/" /> |
|||
<ignored path="$PROJECT_DIR$/bcagent/target/" /> |
|||
<ignored path="$PROJECT_DIR$/bccommon/target/" /> |
|||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> |
|||
<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="DefaultGradleProjectSettings"> |
|||
<option name="testRunner" value="GRADLE" /> |
|||
<option name="delegatedBuild" value="true" /> |
|||
</component> |
|||
<component name="FileEditorManager"> |
|||
<leaf> |
|||
<file pinned="false" current-in-tab="true"> |
|||
<entry file="file://$PROJECT_DIR$/bcagent/pom.xml"> |
|||
<provider selected="true" editor-type-id="text-editor"> |
|||
<state relative-caret-position="220"> |
|||
<caret line="10" column="26" selection-start-line="10" selection-start-column="26" selection-end-line="10" selection-end-column="26" /> |
|||
</state> |
|||
</provider> |
|||
</entry> |
|||
</file> |
|||
</leaf> |
|||
</component> |
|||
<component name="Git.Settings"> |
|||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> |
|||
</component> |
|||
<component name="IdeDocumentHistory"> |
|||
<option name="CHANGED_PATHS"> |
|||
<list> |
|||
<option value="$PROJECT_DIR$/pom.xml" /> |
|||
<option value="$PROJECT_DIR$/bcagent/pom.xml" /> |
|||
</list> |
|||
</option> |
|||
</component> |
|||
<component name="MavenImportPreferences"> |
|||
<option name="importingSettings"> |
|||
<MavenImportingSettings> |
|||
<option name="importAutomatically" value="true" /> |
|||
</MavenImportingSettings> |
|||
</option> |
|||
</component> |
|||
<component name="ProjectConfigurationFiles"> |
|||
<option name="files"> |
|||
<list> |
|||
<option value="$PROJECT_DIR$/.idea/compiler.xml" /> |
|||
</list> |
|||
</option> |
|||
</component> |
|||
<component name="ProjectFrameBounds" extendedState="6"> |
|||
<option name="x" value="1912" /> |
|||
<option name="y" value="-7" /> |
|||
<option name="width" value="1936" /> |
|||
<option name="height" value="1056" /> |
|||
</component> |
|||
<component name="ProjectView"> |
|||
<navigator proportions="" version="1"> |
|||
<foldersAlwaysOnTop value="true" /> |
|||
</navigator> |
|||
<panes> |
|||
<pane id="Scope" /> |
|||
<pane id="PackagesPane" /> |
|||
<pane id="ProjectPane"> |
|||
<subPane> |
|||
<expand> |
|||
<path> |
|||
<item name="BCoins Plat Manger Information System" type="b2602c69:ProjectViewProjectNode" /> |
|||
<item name="bcjava" type="462c0819:PsiDirectoryNode" /> |
|||
</path> |
|||
<path> |
|||
<item name="BCoins Plat Manger Information System" type="b2602c69:ProjectViewProjectNode" /> |
|||
<item name="bcjava" type="462c0819:PsiDirectoryNode" /> |
|||
<item name="bcagent" type="462c0819:PsiDirectoryNode" /> |
|||
</path> |
|||
</expand> |
|||
<select /> |
|||
</subPane> |
|||
</pane> |
|||
</panes> |
|||
</component> |
|||
<component name="PropertiesComponent"> |
|||
<property name="WebServerToolWindowFactoryState" value="false" /> |
|||
<property name="aspect.path.notification.shown" value="true" /> |
|||
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> |
|||
<property name="nodejs_npm_path_reset_for_default_project" value="true" /> |
|||
</component> |
|||
<component name="RunDashboard"> |
|||
<option name="ruleStates"> |
|||
<list> |
|||
<RuleState> |
|||
<option name="name" value="ConfigurationTypeDashboardGroupingRule" /> |
|||
</RuleState> |
|||
<RuleState> |
|||
<option name="name" value="StatusDashboardGroupingRule" /> |
|||
</RuleState> |
|||
</list> |
|||
</option> |
|||
</component> |
|||
<component name="SvnConfiguration"> |
|||
<configuration /> |
|||
</component> |
|||
<component name="TaskManager"> |
|||
<task active="true" id="Default" summary="Default task"> |
|||
<changelist id="48484101-7a18-4278-bdb7-e43b4204d542" name="Default Changelist" comment="" /> |
|||
<created>1709705326078</created> |
|||
<option name="number" value="Default" /> |
|||
<option name="presentableId" value="Default" /> |
|||
<updated>1709705326078</updated> |
|||
<workItem from="1709705327787" duration="182000" /> |
|||
</task> |
|||
<servers /> |
|||
</component> |
|||
<component name="TimeTrackingManager"> |
|||
<option name="totallyTimeSpent" value="182000" /> |
|||
</component> |
|||
<component name="ToolWindowManager"> |
|||
<frame x="1912" y="-7" width="1936" height="1056" extended-state="6" /> |
|||
<editor active="true" /> |
|||
<layout> |
|||
<window_info id="Designer" /> |
|||
<window_info id="Image Layers" /> |
|||
<window_info id="UI Designer" /> |
|||
<window_info id="Favorites" side_tool="true" /> |
|||
<window_info id="Capture Tool" /> |
|||
<window_info id="Web" side_tool="true" /> |
|||
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" /> |
|||
<window_info id="Structure" order="1" side_tool="true" weight="0.25" /> |
|||
<window_info anchor="bottom" id="Spring" /> |
|||
<window_info anchor="bottom" id="Terminal" /> |
|||
<window_info anchor="bottom" id="Event Log" side_tool="true" /> |
|||
<window_info anchor="bottom" id="Java Enterprise" /> |
|||
<window_info anchor="bottom" id="Database Changes" /> |
|||
<window_info anchor="bottom" id="Version Control" /> |
|||
<window_info anchor="bottom" id="Docker" show_stripe_button="false" /> |
|||
<window_info anchor="bottom" id="Message" order="0" /> |
|||
<window_info anchor="bottom" id="Find" order="1" /> |
|||
<window_info anchor="bottom" id="Run" order="2" /> |
|||
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" /> |
|||
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> |
|||
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> |
|||
<window_info anchor="bottom" id="TODO" order="6" /> |
|||
<window_info anchor="right" id="Maven" /> |
|||
<window_info anchor="right" id="Palette" /> |
|||
<window_info anchor="right" id="Capture Analysis" /> |
|||
<window_info anchor="right" id="Database" /> |
|||
<window_info anchor="right" id="Palette	" /> |
|||
<window_info anchor="right" id="Theme Preview" /> |
|||
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> |
|||
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> |
|||
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> |
|||
</layout> |
|||
</component> |
|||
<component name="TypeScriptGeneratedFilesManager"> |
|||
<option name="version" value="1" /> |
|||
</component> |
|||
<component name="editorHistoryManager"> |
|||
<entry file="file://$PROJECT_DIR$/bcws/pom.xml"> |
|||
<provider selected="true" editor-type-id="text-editor" /> |
|||
</entry> |
|||
<entry file="file://$PROJECT_DIR$/bcapi/pom.xml"> |
|||
<provider selected="true" editor-type-id="text-editor" /> |
|||
</entry> |
|||
<entry file="file://$PROJECT_DIR$/bccommon/pom.xml"> |
|||
<provider selected="true" editor-type-id="text-editor" /> |
|||
</entry> |
|||
<entry file="file://$PROJECT_DIR$/pom.xml"> |
|||
<provider selected="true" editor-type-id="text-editor"> |
|||
<state relative-caret-position="396"> |
|||
<caret line="18" column="10" selection-start-line="18" selection-start-column="10" selection-end-line="18" selection-end-column="10" /> |
|||
</state> |
|||
</provider> |
|||
</entry> |
|||
<entry file="file://$PROJECT_DIR$/bcagent/pom.xml"> |
|||
<provider selected="true" editor-type-id="text-editor"> |
|||
<state relative-caret-position="220"> |
|||
<caret line="10" column="26" selection-start-line="10" selection-start-column="26" selection-end-line="10" selection-end-column="26" /> |
|||
</state> |
|||
</provider> |
|||
</entry> |
|||
</component> |
|||
</project> |
|||
@ -0,0 +1,16 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|||
<parent> |
|||
<artifactId>mis</artifactId> |
|||
<groupId>bc.mn</groupId> |
|||
<version>1.0.01</version> |
|||
</parent> |
|||
<modelVersion>4.0.0</modelVersion> |
|||
<description>agent mis</description> |
|||
|
|||
<artifactId>bcagent</artifactId> |
|||
|
|||
|
|||
</project> |
|||
@ -0,0 +1,15 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|||
<parent> |
|||
<artifactId>mis</artifactId> |
|||
<groupId>bc.mn</groupId> |
|||
<version>1.0.01</version> |
|||
</parent> |
|||
<modelVersion>4.0.0</modelVersion> |
|||
|
|||
<artifactId>bcapi</artifactId> |
|||
|
|||
|
|||
</project> |
|||
@ -0,0 +1,15 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|||
<parent> |
|||
<artifactId>mis</artifactId> |
|||
<groupId>bc.mn</groupId> |
|||
<version>1.0.01</version> |
|||
</parent> |
|||
<modelVersion>4.0.0</modelVersion> |
|||
|
|||
<artifactId>bccommon</artifactId> |
|||
|
|||
|
|||
</project> |
|||
@ -0,0 +1,15 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|||
<parent> |
|||
<artifactId>mis</artifactId> |
|||
<groupId>bc.mn</groupId> |
|||
<version>1.0.01</version> |
|||
</parent> |
|||
<modelVersion>4.0.0</modelVersion> |
|||
|
|||
<artifactId>bcws</artifactId> |
|||
|
|||
|
|||
</project> |
|||
@ -0,0 +1,19 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|||
<modelVersion>4.0.0</modelVersion> |
|||
|
|||
<groupId>bc.mn</groupId> |
|||
<artifactId>mis</artifactId> |
|||
<packaging>pom</packaging> |
|||
<version>1.0.01</version> |
|||
<modules> |
|||
<module>bcapi</module> |
|||
<module>bcws</module> |
|||
<module>bcagent</module> |
|||
<module>bccommon</module> |
|||
</modules> |
|||
|
|||
|
|||
</project> |
|||
Loading…
Reference in new issue