스프링

 

Maven 임포트

https://github.com/slipp/web-application-server

 

 

 

H2 데이터베이스 설치

 - pom.xml 에 라이브러리만 추가하면 설치 완료

https://mvnrepository.com/

h2 검색

https://mvnrepository.com/artifact/com.h2database/h2/1.4.196

 

 

		<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
		<dependency>
			<groupId>com.h2database</groupId>
			<artifactId>h2</artifactId>
			<version>1.4.193</version>
			<scope>test</scope>
		</dependency>

 

 

h2 데이터 베이스가 설치 되었는지 확인

 

http://localhost:1111/h2-console/

 

 

 

 

 

 

 

 

 

about author

PHRASE

Level 60  머나먼나라

He who would climb the ladder, must begin at the bottom. (높은데 오르려면 낮은데서 부터.)

댓글 ( 6)

댓글 남기기

작성