-
Notifications
You must be signed in to change notification settings - Fork 1
/
ledger__bootRun_postgresql_.xml
24 lines (24 loc) · 1.17 KB
/
ledger__bootRun_postgresql_.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="ledger [bootRun postgresql]" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="bootRun" />
<option value="--args="--spring.profiles.active=postgresql --spring.datasource.url=jdbc:postgresql://192.168.9.201:52006/ledger --spring.datasource.username=ledger --spring.datasource.password=ledger --spring.datasource.platform=POSTGRESQL"" />
</list>
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
</component>