★ application.properties ( 자바 : 카멜 표기법 - 데이터베이스 : 스네이크 표기법 매칭 )
페이지 정보
본문
spring.application.name=web
//spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
//spring.datasource.url=jdbc:mysql://localhost:3306/springboot
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.datasource.url=jdbc:mariadb://localhost:3307/springboot
spring.datasource.username=root
spring.datasource.password=1111
mybatis.mapper-locations=mapper/**/*.xml
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML
spring.thymeleaf.cache=false
mybatis.configuration.map-underscore-to-camel-case=true
- 이전글● DTO 만들기 ( BoardDto.java ) 24.06.06
- 다음글◆ t_board - 게시판 테이블 생성 24.06.06
댓글목록
등록된 댓글이 없습니다.