服务端程序: public class Demo { public static void main(String[] args) { // TODO 自动生成的方法存根 try { ServerSocket server =new ServerSocket(6666); Socket client = null; int i=0; while(true) { client = server.accept(); new Thread(new ServerThread(client)).start
报错内容 [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "map.likeCount" (template: "/index" - line 151, col 67)] with root cause Property or f