9 changed files with 53 additions and 8 deletions
@ -1,27 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<dataSource name="106.55.243.24"> |
||||
<database-model serializer="dbm" dbms="MYSQL" family-id="MYSQL" format-version="4.20"> |
||||
<database-model serializer="dbm" dbms="MYSQL" family-id="MYSQL" format-version="4.45"> |
||||
<root id="1"> |
||||
<ServerVersion>5.7.26</ServerVersion> |
||||
<DefaultCasing>exact</DefaultCasing> |
||||
<DefaultEngine>InnoDB</DefaultEngine> |
||||
<DefaultTmpEngine>InnoDB</DefaultTmpEngine> |
||||
<DefaultCasing>exact</DefaultCasing> |
||||
<ServerVersion>5.7.26</ServerVersion> |
||||
</root> |
||||
<schema id="2" parent="1" name="information_schema"> |
||||
<Collation>utf8_general_ci</Collation> |
||||
<CollationName>utf8_general_ci</CollationName> |
||||
</schema> |
||||
<schema id="3" parent="1" name="mysql"> |
||||
<Collation>latin1_swedish_ci</Collation> |
||||
<CollationName>latin1_swedish_ci</CollationName> |
||||
</schema> |
||||
<schema id="4" parent="1" name="newbank"> |
||||
<Current>1</Current> |
||||
<Collation>utf8_general_ci</Collation> |
||||
<CollationName>utf8_general_ci</CollationName> |
||||
</schema> |
||||
<schema id="5" parent="1" name="performance_schema"> |
||||
<Collation>utf8_general_ci</Collation> |
||||
<CollationName>utf8_general_ci</CollationName> |
||||
</schema> |
||||
<schema id="6" parent="1" name="sys"> |
||||
<Collation>utf8_general_ci</Collation> |
||||
<CollationName>utf8_general_ci</CollationName> |
||||
</schema> |
||||
</database-model> |
||||
</dataSource> |
@ -0,0 +1,2 @@
|
||||
#n:mysql |
||||
!<md> [null, 0, null, null, -2147483648, -2147483648] |
@ -0,0 +1,2 @@
|
||||
#n:performance_schema |
||||
!<md> [null, 0, null, null, -2147483648, -2147483648] |
@ -0,0 +1,2 @@
|
||||
#n:sys |
||||
!<md> [null, 0, null, null, -2147483648, -2147483648] |
@ -0,0 +1,8 @@
|
||||
# Default ignored files |
||||
/shelf/ |
||||
/workspace.xml |
||||
# Editor-based HTTP Client requests |
||||
/httpRequests/ |
||||
# Datasource local storage ignored files |
||||
/dataSources/ |
||||
/dataSources.local.xml |
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="ProjectRootManager"> |
||||
<output url="file://$PROJECT_DIR$/out" /> |
||||
</component> |
||||
</project> |
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="ProjectModuleManager"> |
||||
<modules> |
||||
<module fileurl="file://$PROJECT_DIR$/demo.iml" filepath="$PROJECT_DIR$/demo.iml" /> |
||||
</modules> |
||||
</component> |
||||
</project> |
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="VcsDirectoryMappings"> |
||||
<mapping directory="$PROJECT_DIR$/../../../../../../.." vcs="Git" /> |
||||
</component> |
||||
</project> |
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<module type="JAVA_MODULE" version="4"> |
||||
<component name="NewModuleRootManager" inherit-compiler-output="true"> |
||||
<exclude-output /> |
||||
<content url="file://$MODULE_DIR$"> |
||||
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" packagePrefix="demo" /> |
||||
</content> |
||||
<orderEntry type="inheritedJdk" /> |
||||
<orderEntry type="sourceFolder" forTests="false" /> |
||||
</component> |
||||
</module> |
Loading…
Reference in new issue