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