Blame view

huaheng-wms-core/src/main/resources/application.yml 208 Bytes
1
spring:
2
  application:
3
    name: huaheng-wms-core
4
  profiles:
5
6
    active: test
7
8
9

huaheng:
  system:
10
11
    verson: '@project.version@'
    artifactId: '@project.artifactId@'
肖超群 authored
12
    checkSystemActivationCode: false