change
This commit is contained in:
parent
cf72ddb16d
commit
0605028372
|
@ -1,6 +1,5 @@
|
|||
package com.taosdata.example.jdbcTemplate.dao.impl;
|
||||
package com.taosdata.example.jdbcTemplate.dao;
|
||||
|
||||
import com.taosdata.example.jdbcTemplate.dao.ExecuteAsStatement;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.jdbc.core.JdbcTemplate;
|
||||
import org.springframework.stereotype.Repository;
|
|
@ -1,7 +1,6 @@
|
|||
package com.taosdata.example.jdbcTemplate.dao.impl;
|
||||
package com.taosdata.example.jdbcTemplate.dao;
|
||||
|
||||
import com.taosdata.example.jdbcTemplate.domain.Weather;
|
||||
import com.taosdata.example.jdbcTemplate.dao.WeatherDao;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.jdbc.core.BatchPreparedStatementSetter;
|
||||
import org.springframework.jdbc.core.JdbcTemplate;
|
|
@ -20,6 +20,6 @@
|
|||
<property name="dataSource" ref="dataSource"></property>
|
||||
</bean>
|
||||
|
||||
<context:component-scan base-package="com.taosdata.jdbc.example.jdbcTemplate"/>
|
||||
<context:component-scan base-package="com.taosdata.example.jdbcTemplate"/>
|
||||
|
||||
</beans>
|
||||
|
|
Loading…
Reference in New Issue