Springboot Project Database error logging

Source: Internet
Author: User

1. URL must start with ' JDBC '

Checking configuration statements in configuration files for errors

2. Unknown system variable ' query_cache_size '

The database version does not match the driver and modifies the MySQL dependency based on the installed database version (add the specified version after the dependency)

3. The server time zone value '? D1ú±êx?ê±?? ' is unrecognized or represents more than one time zone.

Database time zone is inconsistent, add SERVERTIMEZONE=UTC after database configuration (url:jdbc:mysql://127.0.0.1/sell?characterencoding=utf-8&usessl=false &SERVERTIMEZONE=UTC)

4, Javax.xml.bind.JAXBException

Jdk9 not compatible with JDK8, add Jaxb-api Package

Springboot Project Database error logging

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.