Home > Back-end >  The database connection, no error, the console did not use a database information
The database connection, no error, the console did not use a database information

Time:12-07

Spring:
Datasource:
Username: root
Password: 123456
Url: JDBC: mysql://localhost: 3306/SXSX? useUnicode=true& CharacterEncoding=utf-8 & amp; UseSSL=true& ServerTimezone=UTC
Type: com. Alibaba. Druid. Pool. DruidDataSource
The driver - class - name: com. Mysql.. JDBC driver
Jpa:
Hibernate:
DDL - auto: update
The show - SQL: true
The open - in - the view: false
Code section that's right, connect to the database, have no reaction, solving ahhh

CodePudding user response:

Open the log, look at the error message

CodePudding user response:

Reading error log, if nothing console, database even not is how do you know
  • Related