-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd28c0a
commit 80f458f
Showing
713 changed files
with
2,774 additions
and
2,772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "centaur-admin"] | ||
path = centaur-admin | ||
url = git@github.com:conifercone/centaur-admin.git | ||
10 changes: 6 additions & 4 deletions
10
...taurAuthenticationApplication-dev.run.xml → ...MuMuAuthenticationApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CentaurAuthenticationApplication-dev" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<configuration default="false" name="MuMuAuthenticationApplication-dev" | ||
type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="centaur.centaur-authentication.main" /> | ||
<module name="mumu.mumu-authentication.main"/> | ||
<option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sky.centaur.authentication.CentaurAuthenticationApplication" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" | ||
value="baby.mumu.authentication.MuMuAuthenticationApplication"/> | ||
<option name="VM_PARAMETERS" value="-Dcom.sun.management.jmxremote.port=31101 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dlog4j2.disableJmx=true" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> | ||
</component> |
9 changes: 5 additions & 4 deletions
9
.run/CentaurFileApplication-dev.run.xml → .run/MuMuFileApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CentaurFileApplication-dev" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<configuration default="false" name="MuMuFileApplication-dev" | ||
type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="centaur.centaur-file.main" /> | ||
<module name="mumu.mumu-file.main"/> | ||
<option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sky.centaur.file.CentaurFileApplication" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="baby.mumu.file.MuMuFileApplication"/> | ||
<option name="VM_PARAMETERS" value="-Dcom.sun.management.jmxremote.port=31501 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dlog4j2.disableJmx=true" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> | ||
</component> |
11 changes: 6 additions & 5 deletions
11
.run/CentaurLogApplication-dev.run.xml → .run/MuMuLogApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CentaurLogApplication-dev" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<configuration default="false" name="MuMuLogApplication-dev" | ||
type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="centaur.centaur-log.main" /> | ||
<module name="mumu.mumu-log.main"/> | ||
<option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sky.centaur.log.CentaurLogApplication" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="baby.mumu.log.MuMuLogApplication"/> | ||
<option name="VM_PARAMETERS" value="-Dcom.sun.management.jmxremote.port=31201 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dlog4j2.disableJmx=true" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="com.sky.centaur.log.*" /> | ||
<option name="PATTERN" value="baby.mumu.log.*"/> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> | ||
</component> |
9 changes: 5 additions & 4 deletions
9
.run/CentaurMailApplication-dev.run.xml → .run/MuMuMailApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CentaurMailApplication-dev" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<configuration default="false" name="MuMuMailApplication-dev" | ||
type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="centaur.centaur-mail.main" /> | ||
<module name="mumu.mumu-mail.main"/> | ||
<option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sky.centaur.mail.CentaurMailApplication" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="baby.mumu.mail.MuMuMailApplication"/> | ||
<option name="VM_PARAMETERS" value="-Dcom.sun.management.jmxremote.port=31401 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dlog4j2.disableJmx=true" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> | ||
</component> |
7 changes: 3 additions & 4 deletions
7
.run/CentaurMessageApplication-dev.run.xml → .run/MuMuMessageApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
.run/CentaurSmsApplication-dev.run.xml → .run/MuMuSmsApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CentaurSmsApplication-dev" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<configuration default="false" name="MuMuSmsApplication-dev" | ||
type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="centaur.centaur-sms.main" /> | ||
<module name="mumu.mumu-sms.main"/> | ||
<option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sky.centaur.sms.CentaurSmsApplication" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="baby.mumu.sms.MuMuSmsApplication"/> | ||
<option name="VM_PARAMETERS" value="-Dcom.sun.management.jmxremote.port=31601 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dlog4j2.disableJmx=true" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="com.sky.centaur.sms.*" /> | ||
<option name="PATTERN" value="baby.mumu.sms.*"/> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> | ||
</component> |
9 changes: 5 additions & 4 deletions
9
.run/CentaurUniqueApplication-dev.run.xml → .run/MuMuUniqueApplication-dev.run.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CentaurUniqueApplication-dev" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<configuration default="false" name="MuMuUniqueApplication-dev" | ||
type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="centaur.centaur-unique.main" /> | ||
<module name="mumu.mumu-unique.main"/> | ||
<option name="SHORTEN_COMMAND_LINE" value="ARGS_FILE" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sky.centaur.unique.CentaurUniqueApplication" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="baby.mumu.unique.MuMuUniqueApplication"/> | ||
<option name="VM_PARAMETERS" value="-Dcom.sun.management.jmxremote.port=31301 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dlog4j2.disableJmx=true" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="start_all_services" type="CompoundRunConfigurationType"> | ||
<toRun name="CentaurAuthenticationApplication-dev" type="SpringBootApplicationConfigurationType" /> | ||
<toRun name="CentaurFileApplication-dev" type="SpringBootApplicationConfigurationType" /> | ||
<toRun name="CentaurLogApplication-dev" type="SpringBootApplicationConfigurationType" /> | ||
<toRun name="CentaurMailApplication-dev" type="SpringBootApplicationConfigurationType" /> | ||
<toRun name="CentaurMessageApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="CentaurSmsApplication-dev" type="SpringBootApplicationConfigurationType" /> | ||
<toRun name="CentaurUniqueApplication-dev" type="SpringBootApplicationConfigurationType" /> | ||
<toRun name="MuMuAuthenticationApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="MuMuFileApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="MuMuLogApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="MuMuMailApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="MuMuMessageApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="MuMuSmsApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<toRun name="MuMuUniqueApplication-dev" type="SpringBootApplicationConfigurationType"/> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.