springBoot-使用idea创建项目添加依赖并实现数据查询

一、使用idea创建springBoot项目

springBoot-使用idea创建项目添加依赖并实现数据查询_第1张图片

 springBoot-使用idea创建项目添加依赖并实现数据查询_第2张图片

springBoot-使用idea创建项目添加依赖并实现数据查询_第3张图片

springBoot-使用idea创建项目添加依赖并实现数据查询_第4张图片



	4.0.0
	
		org.springframework.boot
		spring-boot-starter-parent
		3.1.2
		 
	
	com.manage
	inventory
	0.0.1-SNAPSHOT
	war
	inventory
	inventory
	
		17
	
	
		
		
			org.springframework.boot
			spring-boot-starter-web
		

		
			org.springframework.boot
			spring-boot-starter-tomcat
			provided
		
		
			org.springframework.boot
			spring-boot-starter-test
			test
		

		
			org.springframework.boot
			spring-boot-starter
		
		
			org.springframework.boot
			spring-boot-starter-logging
		

		
		
			org.springframework.boot
			spring-boot-devtools
			true
			runtime
		

		
		
			mysql
			mysql-connector-java
			6.0.6
			runtime
		

		
			org.springframework.boot
			spring-boot-starter-test
			test
		
		
		
		
		
			org.mybatis.spring.boot
			mybatis-spring-boot-starter
			1.3.1
		

		
		
			com.alibaba
			fastjson
			1.2.12
		
		
		
			com.alibaba
			druid
			1.0.18
		
		
			org.mybatis
			mybatis
			3.4.1
		
		
		
			org.springframework.boot
			spring-boot-starter-thymeleaf
		
		
		
			org.springframework.boot
			spring-boot-starter-jdbc
		

		
		
			com.github.pagehelper
			pagehelper-spring-boot-starter
			1.2.12
		


	

	
		
			
				org.springframework.boot
				spring-boot-maven-plugin
			
		
	


springBoot-使用idea创建项目添加依赖并实现数据查询_第5张图片

你可能感兴趣的:(spring,boot,intellij-idea,后端)