摘要:
springboot项目正常启动,但是在访问页面的时候报错,错误信息如下: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. 阅读全文
摘要:
import java.util.Scanner;public class Text { public static void main(String[] args) { Text text = new Text(); Scanner in = new Scanner(System.in); // 阅读全文