Blame view

src/main/resources/application.properties 2.25 KB
8dc487b1   함상기   Init Version - 20...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  server.port=8080
  spring.mvc.converters.preferred-json-mapper=gson
  
  ## postgresql
  #spring.datasource.driver-class-name=org.postgresql.Driver
  ##spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/sangkiham
  ##spring.datasource.username=sangkiham
  ##spring.datasource.password=sangkiham
  ##spring.datasource.url=jdbc:postgresql://daeuserver2.iptime.org:5432/account
  #spring.datasource.url=jdbc:postgresql://daeuserver.iptime.org:20430/account
  #spring.datasource.username=account
  #spring.datasource.password=daeucna10!
  
  # primary
  spring.datasource.hikari.primary.driver-class-name=org.postgresql.Driver
  spring.datasource.hikari.primary.jdbc-url=jdbc:postgresql://daeuserver.iptime.org:20430/account
  spring.datasource.hikari.primary.username=account
  spring.datasource.hikari.primary.password=daeucna10!
  
  # secondary
980c5686   함상기   2024.04.26
21
  spring.datasource.hikari.secondary.driver-class-name=oracle.jdbc.driver.OracleDriver
7eae5008   함상기   .
22
23
24
25
26
27
28
  spring.datasource.hikari.secondary.jdbc-url=jdbc:oracle:thin:@vanguardlab.kr:63522/CONFINAS19C
  spring.datasource.hikari.secondary.username=ai
  spring.datasource.hikari.secondary.password=ai
  #spring.datasource.hikari.secondary.driver-class-name=oracle.jdbc.driver.OracleDriver
  #spring.datasource.hikari.secondary.jdbc-url=jdbc:oracle:thin:@daeuserver2.iptime.org:1521/orcl
  #spring.datasource.hikari.secondary.username=CONFINAS3
  #spring.datasource.hikari.secondary.password=CONFINAS3
8dc487b1   함상기   Init Version - 20...
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  
  
  
  spring.sql.init.mode=always
  
  spring.batch.jdbc.initialize-schema=always
  #스프링잡 자동시작 옵션
  spring.batch.job.enabled=false
  
  spring.devtools.livereload.enabled=true     
  spring.devtools.restart.enabled=true     
       
  #mybatis.mapper-locations=classpath:mybatis/mapper/**/*.xml
  #mybatis.config-location=classpath:mybatis/mybatis-config.xml
  
  #p6spy query logging
  decorator.datasource.p6spy.enable-logging=true 
  
d3e8a8a9   함상기   2024-04-01
47
48
  logging.level.root=info 
  logging.level.com.batch=info
883da593   함상기   .
49
  logging.level.p6spy=debug
8dc487b1   함상기   Init Version - 20...
50
  
78928007   함상기   20240305
51
52
53
  #Thread Count 설정
  thread.comm.count=10
  thread.ext.count=50
81ff3c0e   함상기   .
54
  thread.ai.count=10
82994579   함상기   2024.04.26
55
56
57
  thread.ai.count.rowmax=500
  thread.ai.processing.wait=15
  thread.ai.processing.wait.total=3600
78928007   함상기   20240305
58
  
8dc487b1   함상기   Init Version - 20...
59
60
  #Python 프로퍼티 설정
  pytyon.path=D:\\Programs\\devp\\python-3.12.2\\python.exe
883da593   함상기   .
61
  python.ai.target=D:\\Working\\Vue\\matching_ai\\src\\test\\resources\\TEST_ALL_V0.3.py
82994579   함상기   2024.04.26
62
63
64
  
  #Auto Matching 제외
  matching.auto.exceptListByComma=C-A-ROUND(-2)