mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore: enabled scheduled debugger in run configs
This commit is contained in:
parent
151907ccce
commit
68e08efb4f
@ -1,5 +1,6 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="backend json logging" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
<configuration default="false" name="backend json logging" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
||||||
|
<option name="SCHEDULED_DEBUGGER" value="true" />
|
||||||
<envs>
|
<envs>
|
||||||
<env name="JSON_LOGS_ENABLED" value="true" />
|
<env name="JSON_LOGS_ENABLED" value="true" />
|
||||||
</envs>
|
</envs>
|
||||||
@ -15,4 +16,4 @@
|
|||||||
<option name="Make" enabled="true" />
|
<option name="Make" enabled="true" />
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="backend" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
<configuration default="false" name="backend" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
||||||
|
<option name="SCHEDULED_DEBUGGER" value="true" />
|
||||||
<module name="hangar" />
|
<module name="hangar" />
|
||||||
<option name="SPRING_BOOT_MAIN_CLASS" value="io.papermc.hangar.HangarApplication" />
|
<option name="SPRING_BOOT_MAIN_CLASS" value="io.papermc.hangar.HangarApplication" />
|
||||||
<extension name="coverage">
|
<extension name="coverage">
|
||||||
@ -12,4 +13,4 @@
|
|||||||
<option name="Make" enabled="true" />
|
<option name="Make" enabled="true" />
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
|
Loading…
Reference in New Issue
Block a user