SpringMvc学习-增删改查
摘要:本节主要介绍SpringMVC简单的增删改查功能。 1.查询 dao中的代码 1 public List<WeatherPojo> getAllWeather(){ 2 3 String sql="select * from weathertest"; 4 List<WeatherPojo> poj
阅读全文
posted @ 2016-04-25 19:14
posted @ 2016-04-25 19:14
posted @ 2016-04-25 18:56