기록해! 정리해!

비즈니스 컴포넌트 실습 1 - pom.xml (드라이버 내려받기) 본문

Spring

비즈니스 컴포넌트 실습 1 - pom.xml (드라이버 내려받기)

zsuling 2022. 9. 20. 09:55
	<dependencies>
	    
	    <!-- H2 데이터베이스 -->
	    <dependency>
			<groupId>com.h2database</groupId>
			<artifactId>h2</artifactId>
			<version>2.1.214</version>
		</dependency>	
	
	
		<!-- Spring -->
		<dependency>

 

Comments