인텔리제이 스프링부트

jyp·2023년 3월 31일
0

맥북으로 혼공하기

목록 보기
26/32

server.port=8091
spring.mvc.view.prefix=/views/
spring.mvc.view.suffix=.jsp
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost/first
spring.datasource.username=root
spring.datasource.password=1234
mybatis.mapper-locations=mapper/**.xml

profile
국비 코딩

0개의 댓글