application.yml 502 字节
server:
  port: 9876
spring:
  application:
    name: custom-unified-declaration
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driver-class-name: oracle.jdbc.OracleDriver
    url: jdbc:oracle:thin:@192.168.1.253:1522:ORCLL
    username: CGOGMS
    password: vmvnv1v2

  jpa:
    hibernate:
      ddl-auto: update
    show-sql: true
    open-in-view: false
  freemarker:
    suffix: .ftl
    template-loader-path: classpath:/templates/
    charset: utf-8
    content-type: text/xml