@ -311,7 +311,7 @@ public class Start extends JFinalConfig {
@Override
public void onStart() {
//打印 启动Logo
String path = Start.class.getClassLoader().getResource("wanma.txt").getPath();
String path = Start.class.getClassLoader().getResource("dsideal.txt").getPath();
File file = new File(path);
System.out.println(FileUtil.txt2String(file));