1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 20:21:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

引入Swagger

This commit is contained in:
2022-03-13 01:23:43 +08:00
parent 1b78102d61
commit 5f3dab8153
5 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="App" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
<module name="bookshelfplus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="plus.bookshelf.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="SPRING_BOOT_MAIN_CLASS" value="plus.bookshelf.App" />
<option name="ALTERNATIVE_JRE_PATH" />
<method v="2">
<option name="Make" enabled="true" />
<option name="LaunchBrowser.Before.Run" url="http://localhost:8090/swagger-ui.html" />
</method>
</configuration>
</component>