JavaFX-Point-of-Sales
JavaFX-Point-of-Sales copied to clipboard
How to setup ?
First of all i setup my eclipse and download mysql after that i bring that project in eclipse then i add library of "mysql-connector.jar" But still when i run this program i got errors of mysql jdbc Please write how to setup your program locally in our machine @sadatrafsanjani
Well,
Plz use Netbeans to open the app project. The system is built with maven so no need to add any jar. Just open it in Netbeans, then do build with dependencies. Then run it.
On Wed, Sep 30, 2020, 19:27 NaheelSalman [email protected] wrote:
First of all i setup my eclipse and download mysql after that i bring that project in eclipse then i add library of "mysql-connector.jar" But still when i run this program i got errors of mysql jdbc Please write how to setup your program locally in our machine @sadatrafsanjani https://github.com/sadatrafsanjani
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sadatrafsanjani/JavaFX-Point-of-Sales/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUDLZNHT7HYFIMIVQXCIATSIMW43ANCNFSM4R7C7VQQ .
Would you like to give me location of connection String where did you write the connection string in which java file
I have also set the mysql database with inverntory.sql
but however its still failed
mysql server admin = root and pass=root
INFO: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} Nov 04, 2020 2:11:58 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure WARN: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Nov 04, 2020 2:11:58 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator INFO: HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/inventory] Nov 04, 2020 2:11:58 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator INFO: HHH10001001: Connection properties: {user=root} Nov 04, 2020 2:11:58 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator INFO: HHH10001003: Autocommit mode: false Nov 04, 2020 2:11:58 PM org.hibernate.engine.jdbc.connections.internal.PooledConnections <init> INFO: HHH000115: Hibernate connection pool size: 20 (min=1) Wed Nov 04 14:11:59 PKT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Nov 04, 2020 2:12:00 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl stop INFO: HHH10001008: Cleaning up connection pool [jdbc:mysql://localhost:3306/inventory]
connection Str
Did you find a solution for this ? i got the same problem