pub.codex.common.db.jdbc.TableDao Maven / Gradle / Ivy
package pub.codex.common.db.jdbc;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 代码生成器
*/
@Repository
public class TableDao {
@Autowired
private JdbcTemplate jdbcTemplate;
public List