SpringBoot:JdbcTemplate连接PostGreSQL

配置POM依赖项

    使用IDEA创建SpringBoot项目模板,然后在pom.xml文件中配置以下依赖项,

        <dependency>
            <groupId>org.springframework.bootgroupId>
            <artifactId>spring-boot-starter-webartifactId><

你可能感兴趣的:(WebGIS,spring,boot,postgresql,java,jdbctemplate)