server: port: 9090 servlet: context-path: '/invest' spring: # \uc218\ub3d9 Bean\uc774 \uc790\ub3d9 Bean\uc744 \uc624\ubc84\ub77c\uc774\ub529\ud558\uac8c \uc124\uc815 main: allow-bean-definition-overriding: true # open-in-view(\ud639\uc740 Open-Session-In-View(OSIV)) # true(\uae30\ubcf8\uac12) : \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc751\ub2f5 \ub610\ub294 view\uac00 \ub80c\ub354\ub9c1\ub420 \ub54c\uae4c\uc9c0 \uc601\uc18d\uc131 \ucee8\ud14d\uc2a4\ud2b8 \uc720\uc9c0 # false : \ud2b8\ub79c\uc81d\uc158\uc774 \uc885\ub8cc\ub420 \ub54c \uc601\uc18d\uc131 \ucee8\ud14d\uc2a4\ud2b8 \uc885\ub8cc jpa: open-in-view: false #Datasource Configuration cms: datasource: # driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy # jdbc-url: jdbc:log4jdbc:postgresql://210.180.118.83:5432/yj_cms?currentSchema=yj_cms # username: takensoft # password: tts96314728!@ driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy jdbc-url: jdbc:log4jdbc:postgresql://172.25.16.160:5432/yj_cms?currentSchema=yj_cms username: postgres password: tts96314728!@ # postgresql # mariaDB #driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy #url: jdbc:log4jdbc:mariadb://210.180.118.83/yj_portal #username: takensoft #password: tts96314728!@ # 오라클 설정 # ums: # datasource: # driver-class-name: oracle.jdbc.OracleDriver # jdbc-url: jdbc:oracle:thin:@localhost:1521:xe # username: c##test1 # password: 1234 ums: datasource: driver-class-name: oracle.jdbc.OracleDriver jdbc-url: jdbc:oracle:thin:@111.6.1.32:1521:ora10 username: mono_customer password: mono_customer sql: init: platform: postgres servlet: multipart: max-file-size: 500MB max-request-size: 500MB # 캐시 설정 cache: type: caffeine caffeine: spec: maximumSize=100, expireAfterAccess=1h web: resources: # static-locations: file:///C:/uploadFiles/, classpath:/static/ static-locations: /home/cloud-user/uploadFiles # Mybatis settings #mybatis: # type-aliases-package: com.takensoft.**.**.vo, com.takensoft.**.**.dto, com.takensoft.common # mapper-locations: classpath:mybatis/mapper/**/*-SQL.xml # configuration: # cache-enabled: true # mapper 캐시 전역 사용여부 # lazy-loading-enabled: false # MyBatis 지연 로딩 사용여부 # multiple-result-sets-enabled: true # 한 개의 구문에서 여러 개의 ResultSet 허용 여부 # use-column-label: true # 컬럼명 대신 컬럼 라벨 사용 여부 # use-generated-keys: false # 키 자동 생성 # default-executor-type: SIMPLE # default-statement-timeout: 25000 # call-setters-on-nulls: true # map-underscore-to-camel-case: true # 카멜케이스 사용 # jwt jwt: secret: akdnciepwlmdkcngpqktmektakensoftepckdbnskqmdkfsdflksdfoasjkdfbasdfasdfwerhjjhkgdfgdfseasdfef accessTime: 600000 # 10분 600000 refreshTime: 86400000 # 24시간 86400000 # cookie 유지 시간 -> jwt refreshToken과 동일하게 지정 cookie: time: 86400 # 24시간 # frontUrl front: url: https://www.yeongju.go.kr # 암복호화 crypto: secret: takensoftcms2024!@# vector: takensoft2024cms!@# password: reset: 1234 file: file-upload-path: /fileUpload/ edit-file-upload-path: /editFileUpload/