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

ud.carbon-server-demo.1.1.0.source-code.application.yaml Maven / Gradle / Ivy

Go to download

Demo 服务,担当数据推送的接收方,验证数据的有效性,以及演示会如何接收推送数据

There is a newer version: 1.4.0
Show newest version
server.port: 8080

spring:
  application.name: carbon-mock-server
  h2.console.enabled: true
  datasource:
    url: jdbc:h2:mem:carbon-db;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
    username: sa
    password: password
    driverClassName: org.h2.Driver
  jpa:
    open-in-view: true
    spring.jpa.database-platform: org.hibernate.dialect.H2Dialect

springdoc:
  api-docs:
    enabled: true
    path: /api-docs
  swagger-ui:
    enabled: true
    path: /swagger-ui.html

carbon.server:
  enabled: true
  tenant: 1ce8f6f5-4c92-4d9b-a1fb-57971ab9ea6c
  crypto:
    secret: 4XgD98eGyMDejLvA
    iv: ER2gveZeqYYfj6j8
    salt: LXqF4UX4CiAa9mpm




© 2015 - 2025 Weber Informatics LLC | Privacy Policy