application.properties
페이지 정보
본문
spring.application.name=web
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
spring.datasource.url=jdbc:log4jdbc: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
- 이전글log4jdbc.log4j2.properties ( 생성 ) 24.06.11
- 다음글logback-spring.xml ( 생성 ) 24.06.11
댓글목록
등록된 댓글이 없습니다.