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
# 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: root
# password: 1234
# url: jdbc:log4jdbc:postgresql://localhost/test?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
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 # ????? ??