스프링부트
2개
Spring Boot - log4jdbc 설정 개인저장용
오만거 설치·기본·팁 모음/개인적인설정저장용pom.xml org.bgee.log4jdbc-log4j2 log4jdbc-log4j2-jdbc4.1 1.16 application.ymlspring: datasource: driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy# BEFORE# jdbc-url: jdbc:mysql://localhost:PORT/dbname?autoReconnection=true&useUnicode=true&characterResultSets=utf8&useSSL=false jdbc-url: jdbc:log4jdbc:mysql://localhost:PORT/dbname?a.. 2024.05.17. Kim Evergood스프링 버전 확인
창고 | 예제System.out.println(org.springframework.core.SpringVersion.getVersion());참고: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/SpringVersion.html 2023.07.14. Kim Evergood
728x90