<template>
<div>{{_timeFormat(date)}}</div>
</template>
The error reason is using _ in HTML
<template>
<div>{{_timeFormat(date)}}</div>
</template>
The error reason is using _ in HTML
Error: globalconfigutils setmetadata fail Cause:java.sql.SQLException : com.mysql.cj . jdbc.Driver (driver version issue)

Configuration when the error occurs:

pom.xml file

Solution: remove. CJ
