The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files. spring-jdbc 라이브러리를 추가하지 않아 발생하는 오류이다. pom.xml에 추가한다. org.springframework spring-jdbc ${org.springframework-version}
C:\> mysqld --console --initialize --basedir=C:\MySQL8.0 --datadir=C:\mysqldata C:\> mysqld --console --datadir=C:\mysqldata C:\> mysql.exe -u root -p C:\> mysqld --install "MySQL 8" --datadir=C:\mysqldata C:\> mysqld --remove "MySQL 8" mysql> alter user 'root'@'localhost' identified by 'mysqleight'; mysql> mysqladmin -u root -p shutdown
Linux 64 Bit : http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip Linux 32 Bit : http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip MacOS X : http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip Win32 : http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip Win64 : http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702...