This commit is contained in:
hehihoho3@gmail.com 2025-07-18 16:33:03 +09:00
parent fa0ef54d8f
commit 90cbdace02
4 changed files with 10 additions and 20 deletions

13
pom.xml
View File

@ -103,18 +103,7 @@
<scope>test</scope>
</dependency>
<!-- DB Logback -->
<dependency>
<groupId>org.bgee.log4jdbc-log4j2</groupId>
<artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
<version>1.16</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>

View File

@ -1 +1,2 @@
agent.file.dir.path=X:\\agent_file
agent.file.dir.path=X:\agent_file
spring.thymeleaf.cache=false

View File

@ -1 +1,2 @@
agent.file.dir.path=/home/docker/tomcat_8081_to_8089_2022_0712/kcc_adr_volume/agent_file
agent.file.dir.path=/home/docker/tomcat_8081_to_8089_2022_0712/kcc_adr_volume/agent_file
spring.thymeleaf.cache=true

View File

@ -13,8 +13,7 @@ server.servlet.session.timeout=120m
#sql \ucd9c\ub825 log \uc124\uc815
logging.level.root=INFO
# log4jdbc ??? ????
logging.level.net.sf.log4jdbc=OFF
# MyBatis SQL ?? ???
logging.level.org.mybatis=info
logging.level.jdbc.sqlonly=info
@ -26,10 +25,10 @@ logging.level.jdbc.resultsettable=info
# thymeleaf
spring.thymeleaf.prefix=classpath:templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false
# itn_admin
#spring.main.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.main.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
spring.main.datasource.jdbc-url=jdbc:log4jdbc:mysql://192.168.0.125:3306/itn_admin?serverTimezone=Asia/Seoul
spring.main.datasource.username=itnAdmin
@ -37,7 +36,7 @@ spring.main.datasource.password=itntest123
# ??? ?? ?? DB
spring.commute.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
#spring.commute.datasource.jdbc-url=jdbc:log4jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul
spring.commute.datasource.jdbc-url=jdbc:log4jdbc:mysql://192.168.0.31:3312/biostar2_ac?serverTimezone=Asia/Seoul
spring.commute.datasource.username=root
spring.commute.datasource.password=itntest123
@ -54,6 +53,6 @@ spring.gw.datasource.password=itntest123
logging.config=classpath:logback-spring.xml
logging.config.path=/data/tomcat/tomcat_api_9100_2023_0711/logs
logging.config.filename=mjonApi_log
#logging.level.root=DEBUG
logging.level.net.sf.log4jdbc.sql.jdbcapi=DEBUG