-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataSources.xml
42 lines (42 loc) · 2.11 KB
/
dataSources.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="[email protected]" uuid="9aeb80c9-b1ec-4d51-9049-e3af807f9ed1">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://172.17.0.3:3306/beerservice</jdbc-url>
</data-source>
<data-source source="LOCAL" name="beerorderservice@localhost" uuid="c0a8eeea-43f7-42ce-ae09-1f7441e9f427">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/beerorderservice</jdbc-url>
</data-source>
<data-source source="LOCAL" name="beerinventoryservice@localhost" uuid="6e5d7b6b-4fc1-4e48-b187-1a886351f6cd">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/beerinventoryservice</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
</jdbc-additional-properties>
</data-source>
<data-source source="LOCAL" name="testdb@localhost" uuid="e5ce0ccd-89a8-4bb7-be37-cd72f987cb8e">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/testdb</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="root@localhost" uuid="8ba19b55-fb7a-4f83-9802-ea0841f30575">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
</jdbc-additional-properties>
</data-source>
</component>
</project>