커밋
This commit is contained in:
parent
c5a64cfc53
commit
832d5207b4
@ -1,3 +1,5 @@
|
||||
server.port=8077
|
||||
|
||||
# mybatis setting
|
||||
mybatis.mapper-locations=classpath:mapper/**/*.xml
|
||||
|
||||
@ -21,8 +23,5 @@ spring.thymeleaf.cache=false
|
||||
# DB INFO
|
||||
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
spring.datasource.url=jdbc:log4jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul
|
||||
|
||||
#spring.datasource.url=jdbc:log4jdbc:mysql://139.150.72.157:3306/mjon?serverTimezone=Asia/Seoul
|
||||
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=itntest!
|
||||
|
||||
7
src/main/resources/logback.properties
Normal file
7
src/main/resources/logback.properties
Normal file
@ -0,0 +1,7 @@
|
||||
#???? ??
|
||||
log.config.path=/data/tomcat/tomcat_api_9100_2023_0711/logs
|
||||
#???? ??
|
||||
log.config.filename=mjonApi_log
|
||||
|
||||
logging.level.root=INFO
|
||||
#logging.level.root=DEBUG
|
||||
Loading…
Reference in New Issue
Block a user