Commit 9f5bdfde authored by Liang Ding's avatar Liang Ding

💬 日志文案

parent 63644c19
...@@ -187,7 +187,7 @@ public class InitService { ...@@ -187,7 +187,7 @@ public class InitService {
return; return;
} }
} catch (final Exception e) { } catch (final Exception e) {
LOGGER.log(Level.ERROR, "Check tables failed, please make sure database existed and connection URL in local.props is correct [msg=" + e.getMessage() + "]"); LOGGER.log(Level.ERROR, "Check tables failed, please make sure database existed and connection URL [jdbc.URL] in local.props is correct [msg=" + e.getMessage() + "]");
System.exit(-1); System.exit(-1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment