File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
# port setting
server:
port: 9080
servlet:
session:
cookie:
name: JSESSIONID
# front url
frontUrl: http://localhost:80
# spring docs setting
springdoc:
api-docs:
enabled: true #?? ?? ??
swagger-ui:
enabled: true #?? ?? ??
#spring setting
spring:
main:
allow-bean-definition-overriding: true
jpa:
open-in-view: false
application:
name: sj_wmp
# Datasource configuration - postgresql
datasource:
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
username: takensoft
password: tts96314728!@
url: jdbc:log4jdbc:postgresql://210.180.118.83:5432/ai_lms?currentSchema=ai_lms
# datasource:
# driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
# username: postgres
# password: 1234
# url: jdbc:log4jdbc:postgresql://localhost/postgres?currentSchema=public
# Datasource configuration - mariaDB
# datasource:
# driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
# username: root
# password: 1234
# url: jdbc:log4jdbc:mariadb://localhost/test
jwt:
secret: 42b08045ac84dbcdf50e946bf8ad34d35af707979b3230cfb84fb8fe34236d2f
accessTime: 600000 # 10분 600000
refreshTime: 86400000 # 24시간 86400000
cookie:
time: 86400
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 # ????? ??