提交 f2c94b62 编写于 作者: J jmxd

优化打印Banner

上级 0b2dcc6a
......@@ -16,6 +16,7 @@ import org.ssssssss.magicapi.datasource.model.MagicDynamicDataSource;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
public class MagicConfiguration {
......@@ -203,7 +204,7 @@ public class MagicConfiguration {
System.out.println(" | |\\/| | / _` | / _` || | / __| / _ \\ | |_) || | ");
System.out.println(" | | | || (_| || (_| || || (__ / ___ \\ | __/ | | ");
System.out.println(" |_| |_| \\__,_| \\__, ||_| \\___|/_/ \\_\\|_| |___|");
System.out.println(" |___/ " + RequestHandler.class.getPackage().getImplementationVersion());
System.out.println(" |___/ " + Objects.toString(RequestHandler.class.getPackage().getImplementationVersion(), ""));
if(!plugins.isEmpty()){
System.out.println("集成插件:");
plugins.stream().peek(it -> System.out.print("- ")).forEach(System.out::println);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册