You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
server:
|
|
port: 17979
|
|
servlet:
|
|
context-path: /
|
|
|
|
spring:
|
|
application:
|
|
name: xit-lvis-interface
|
|
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
|
|
sql:
|
|
init:
|
|
# platform: mariadb 또는 oracle(해당 내용만 지정)
|
|
platform: mariadb
|
|
|
|
datasource:
|
|
hikari:
|
|
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
# MariaDB
|
|
# jdbc-url: jdbc:log4jdbc:mariadb://호스트:포트/DB이름?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&autocommit=false
|
|
# Oracle
|
|
# jdbc-url: jdbc:log4jdbc:oracle:thin:@호스트:포트:SID
|
|
jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/fims_chongno?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&autocommit=false
|
|
# username: 사용자 아이디
|
|
username: fimsweb
|
|
# password: 사용자 비밀번호
|
|
password: xit581!*)&
|
|
auto-commit: false
|
|
|
|
mvc:
|
|
static-path-pattern: /resources/**,/files/**
|
|
web:
|
|
resources:
|
|
static-locations: /resources/,file:files/
|
|
|
|
messageSource:
|
|
basenames:
|
|
- classpath:message/message-common
|
|
- classpath:org/egovframe/rte/fdl/property/messages/properties
|
|
|
|
springdoc:
|
|
swagger-ui:
|
|
path: /swagger.html
|
|
|
|
propertyService:
|
|
properties:
|
|
- tempDir: C:\temp
|
|
- pageUnit: 10
|
|
- pageSize: 10
|
|
- permitAccess: /intf/**/*
|