| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- 환경변수
 - restapi
 - Tomcat #SpringFramework
 - springboot
 - 스프링부트 #springboot #project #Intellij
 - ojdbc
 - sqldeveloper
 - 스프링시큐리티
 - SpringSecurity
 - SpringInitializer
 - mssql
 - IntelliJ
 - Maven
 - oracle
 - Web
 - HATEOAS
 - tcping
 - RESTful
 - postman
 - mysql
 - development
 - Database
 - springboot #controller #jsp
 - undefined
 - install
 - Oracle11g
 - 스프링부트
 - apache
 - 웹개발
 - Developer
 
													Archives
													
											
												
												- Today
 
- Total
 
목록mssql (1)
여백에 도장 찍기
Spring boot에서 MSSQL 연동하는 방법에 대해 알아보자. [ Environment ] IntelliJ IDEA Microsoft SQL Server 2017 1. pom.xml 에 jdbc 및 mssql-jdbc 관련 dependency 추가한다. org.springframework.boot spring-boot-starter-jdbc com.microsoft.sqlserver mssql-jdbc 2. application.properties 에 mssql 연동 정보를 추가한다. spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver spring.datasource.url=jdbc:sqlserver://l..
				Web Framework/Spring Boot 
				
				2019. 7. 4. 17:38