时间: 2016/2/29 遇到的困难: 数据库配置的mysql和java(Date)不一致,出现下面错误 Date date = new Date(); SimpleDateFormat sdformat = new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss");//24小时制 String LgTime = sdformat.format(date); SimpleDateFormat sp = new SimpleDateFormat(…
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userController': Unsatisfied dependency expressed through field 'userService'; nested exception is org.springframework.beans.factory.NoSuchBea…