All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-mongo-example.0.0.14.source-code.application.yml Maven / Gradle / Ivy

The newest version!
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

server:
  port: 8080
  tomcat.uri-encoding: UTF-8
  servlet.context-path: /${spring.application.name}

spring:
  application.name: carp
  profiles.active: dev
  main.allow-circular-references: true
  messages:
    encoding: utf-8
    basename: static/i18n/messages
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
    default-property-inclusion: non_null
  mvc.pathmatch.matching-strategy: ant_path_matcher
  servlet.multipart:
    enabled: true
    max-file-size: 1024MB
    max-request-size: 1024MB
  devtools.remote.restart.enabled: false

management:
  endpoints.web.exposure.include: "*"

logging:
  level:
    root: info

springdoc:
  swagger-ui:
    tags-sorter: alpha
    operations-sorter: alpha
  api-docs:
    enabled: true
    path: /v3/api-docs
  default-flat-param-object: true
knife4j:
  enable: true
  production: false
  setting:
    language: zh_cn
    enable-footer: true
    enable-debug: true
    enable-open-api: true
    enable-host: false
  basic.enable: false
  cors: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy