SpringBoot+mybatis+Oracle+MAVEN 통합 코드

5549 단어 JAVA
구 조 는 springBoot 통합 my batis 를 사용 하여 Oacle 데이터베이스 maven 관리 WEB 인터페이스 프로젝트 를 사용 합 니 다.
springBoot v1.5.2.RELEASE
N 차 조정 을 거 쳐 각종 문 제 를 해결 하 다.
JSP 접근 지원
JAR 패키지 로 WEB 자원 에 접근 할 수 있 습 니 다.pom.xml 디 렉 터 리 에서 실행:mvn clean package
정시 작업 지원
인터페이스 http 와 https 호출 지원
프 록 시 요청 지원
HTTPS 서비스 지원
열 배치 업데이트 지원
자원 다운로드:
http://download.csdn.net/download/thl331860203/9964655 (csdn 시스템 업데이트 가 실 효 됨)
https://download.csdn.net/download/thl331860203/9955929
pom.xml

	4.0.0
	
		org.springframework.boot
		spring-boot-starter-parent
		1.5.2.RELEASE
	

	com.newculture
	mybatis
	jar
	0.0.1-SNAPSHOT
	chamc
	http://maven.apache.org


	
		3.3.2
		1.3.2
		11.2.0.3
		1.4
		1.7
		UTF-8
	

	


		
			cglib
			cglib
			2.2.2
		

		
			com.alibaba
			fastjson
			1.1.41
		

		
		
			org.springframework.boot
			spring-boot-starter-web
		
		
		
			org.mybatis.spring.boot
			mybatis-spring-boot-starter
			1.2.0
		
		
		
			com.github.pagehelper
			pagehelper
			4.0.0
		


		
		
			com.oracle
			ojdbc6
			${ojdbc6.version}
		


		
		
			com.alibaba
			druid
			1.0.28
		
		
		
			com.google.code.gson
			gson
		


		
		
			org.springframework.boot
			spring-boot-configuration-processor
			true
		

		
			junit
			junit
			test
		

		

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

		
			org.apache.tomcat.embed
			tomcat-embed-jasper
			provided
		


		
		
			javax.mail
			mail
			${mail.version}
		

		
		
			org.apache.httpcomponents
			httpclient
		

		
			commons-io
			commons-io
			2.4
		


		
			javax.servlet
			jstl
		

		
		
			commons-codec
			commons-codec
		


		
			org.apache.maven.plugins
			maven-resources-plugin
			2.4.3
		


		
			org.bouncycastle
			bcprov-jdk15on
			1.54
		




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


	
	
		chamc

		
			
				${basedir}/src/main/resources
				
					**/**
				
				false
			
			
				${basedir}/src/main/webapp
				META-INF/resources
				
					**/**
				
			

		



		

			
				org.springframework.boot
				spring-boot-maven-plugin
				1.4.2.RELEASE
				
					
						org.springframework
						springloaded
						1.2.6.RELEASE
					
				
                
					true
				
			


		

		compile
	

좋은 웹페이지 즐겨찾기