mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-19 19:51:28 +00:00
Add local mysql data source
This commit is contained in:
parent
b3532fa57d
commit
c83e77e39f
2 changed files with 15 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,3 +4,6 @@ obj/
|
|||
riderModule.iml
|
||||
/_ReSharper.Caches/
|
||||
/.idea/.idea.ProjectLighthouse/.idea/workspace.xml
|
||||
.idea/dataSources/*.xml
|
||||
.idea/dataSources/**/*.meta
|
||||
.idea/dataSources.local.xml
|
12
.idea/.idea.ProjectLighthouse/.idea/dataSources.xml
generated
Normal file
12
.idea/.idea.ProjectLighthouse/.idea/dataSources.xml
generated
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="lighthouse@localhost" uuid="3bfb85d6-6cc2-427d-9288-06e05ab58c10">
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://localhost:3306/lighthouse</jdbc-url>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue