Format optimization

pull/993/head
chen.ma 2 years ago
parent 00b2a7fa31
commit f951e89b90

@ -23,7 +23,7 @@ import lombok.extern.slf4j.Slf4j;
* Dubbox thread-pool adapter. * Dubbox thread-pool adapter.
*/ */
@Slf4j @Slf4j
public class DubboxThreadPoolAdapter extends DubboThreadPoolAdapter{ public class DubboxThreadPoolAdapter extends DubboThreadPoolAdapter {
@Override @Override
public String mark() { public String mark() {

@ -1,5 +1,5 @@
module.exports = { module.exports = {
title: 'Hippo4J Web', title: 'Hippo4j Web',
/** /**
* @type {boolean} true | false * @type {boolean} true | false

@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir); return path.join(__dirname, dir);
} }
const name = defaultSettings.title || 'Hippo4J-Console'; // page title const name = defaultSettings.title || 'Hippo4j-Console'; // page title
// If your port is set to 80, // If your port is set to 80,
// use administrator privileges to execute the command line. // use administrator privileges to execute the command line.
// For example, Mac: sudo npm run // For example, Mac: sudo npm run

Loading…
Cancel
Save