1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

后端:远程 nacos 调通

This commit is contained in:
2023-03-16 17:03:54 +08:00
parent c21ff901d5
commit 8e99eaafa2
10 changed files with 148 additions and 57 deletions

View File

@@ -0,0 +1,20 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Gateway-Remote" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" />
<envs>
<env name="--spring.profiles.active" value="remote" />
</envs>
<module name="microservice-gateway" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.cxyxiaomo.epp.gateway.Gateway" />
<option name="VM_PARAMETERS" value="-Xms64m -Xmx256m" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.cxyxiaomo.epp.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>