commit
f19c4fa975
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
<component name="libraryTable">
|
||||
<library name="mysql.connector.java" type="repository">
|
||||
<properties maven-id="mysql:mysql-connector-java:8.0.20" />
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/mysql-connector-java-8.0.20.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/protobuf-java-3.6.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
driver=com.mysql.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/supermarket
|
||||
driver=com.mysql.cj.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/supermarket?serverTimezone=UTC
|
||||
user=root
|
||||
password=123456
|
||||
password=040820
|
@ -1,4 +1,4 @@
|
||||
driver=com.mysql.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/supermarket
|
||||
driver=com.mysql.cj.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/supermarket?serverTimezone=UTC
|
||||
user=root
|
||||
password=123456
|
||||
password=040820
|
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
driver=com.mysql.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/supermarket
|
||||
driver=com.mysql.cj.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/supermarket?serverTimezone=UTC
|
||||
user=root
|
||||
password=123456
|
||||
password=040820
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
123113131
|
Loading…
Reference in new issue