package org.enthusa.askdata.common; /** * @author henry * @date 2023/7/8 */ public interface Consts { String MYSQL_JDBC_URL_DECORATOR = "useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2b8"; }