커밋
This commit is contained in:
parent
fa0ef54d8f
commit
90cbdace02
13
pom.xml
13
pom.xml
@ -103,18 +103,7 @@
|
|||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</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 -->
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
agent.file.dir.path=X:\\agent_file
|
agent.file.dir.path=X:\agent_file
|
||||||
|
spring.thymeleaf.cache=false
|
||||||
@ -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
|
||||||
@ -13,8 +13,7 @@ server.servlet.session.timeout=120m
|
|||||||
|
|
||||||
#sql \ucd9c\ub825 log \uc124\uc815
|
#sql \ucd9c\ub825 log \uc124\uc815
|
||||||
logging.level.root=INFO
|
logging.level.root=INFO
|
||||||
# log4jdbc ??? ????
|
|
||||||
logging.level.net.sf.log4jdbc=OFF
|
|
||||||
# MyBatis SQL ?? ???
|
# MyBatis SQL ?? ???
|
||||||
logging.level.org.mybatis=info
|
logging.level.org.mybatis=info
|
||||||
logging.level.jdbc.sqlonly=info
|
logging.level.jdbc.sqlonly=info
|
||||||
@ -26,10 +25,10 @@ logging.level.jdbc.resultsettable=info
|
|||||||
# thymeleaf
|
# thymeleaf
|
||||||
spring.thymeleaf.prefix=classpath:templates/
|
spring.thymeleaf.prefix=classpath:templates/
|
||||||
spring.thymeleaf.suffix=.html
|
spring.thymeleaf.suffix=.html
|
||||||
spring.thymeleaf.cache=false
|
|
||||||
|
|
||||||
# itn_admin
|
# itn_admin
|
||||||
#spring.main.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
||||||
spring.main.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
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.jdbc-url=jdbc:log4jdbc:mysql://192.168.0.125:3306/itn_admin?serverTimezone=Asia/Seoul
|
||||||
spring.main.datasource.username=itnAdmin
|
spring.main.datasource.username=itnAdmin
|
||||||
@ -37,7 +36,7 @@ spring.main.datasource.password=itntest123
|
|||||||
|
|
||||||
# ??? ?? ?? DB
|
# ??? ?? ?? DB
|
||||||
spring.commute.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
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.jdbc-url=jdbc:log4jdbc:mysql://192.168.0.31:3312/biostar2_ac?serverTimezone=Asia/Seoul
|
||||||
spring.commute.datasource.username=root
|
spring.commute.datasource.username=root
|
||||||
spring.commute.datasource.password=itntest123
|
spring.commute.datasource.password=itntest123
|
||||||
@ -54,6 +53,6 @@ spring.gw.datasource.password=itntest123
|
|||||||
logging.config=classpath:logback-spring.xml
|
logging.config=classpath:logback-spring.xml
|
||||||
logging.config.path=/data/tomcat/tomcat_api_9100_2023_0711/logs
|
logging.config.path=/data/tomcat/tomcat_api_9100_2023_0711/logs
|
||||||
logging.config.filename=mjonApi_log
|
logging.config.filename=mjonApi_log
|
||||||
#logging.level.root=DEBUG
|
|
||||||
|
|
||||||
logging.level.net.sf.log4jdbc.sql.jdbcapi=DEBUG
|
logging.level.net.sf.log4jdbc.sql.jdbcapi=DEBUG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user