yangys
2024-03-31 53c8d3e3bd3596132b362f20e52aef380d493a84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "groups": [
    {
      "name": "masterlink.i18n",
      "type": "com.qianwen.core.i18n.props.I18nProperties",
      "sourceType": "com.qianwen.core.i18n.props.I18nProperties"
    },
    {
      "name": "spring.messages",
      "type": "org.springframework.boot.autoconfigure.context.MessageSourceProperties",
      "sourceType": "com.qianwen.core.i18n.config.CustomMessageSourceAutoConfiguration",
      "sourceMethod": "messageSourceProperties()"
    }
  ],
  "properties": [
    {
      "name": "spring.messages.always-use-message-format",
      "type": "java.lang.Boolean",
      "sourceType": "org.springframework.boot.autoconfigure.context.MessageSourceProperties"
    },
    {
      "name": "spring.messages.basename",
      "type": "java.lang.String",
      "sourceType": "org.springframework.boot.autoconfigure.context.MessageSourceProperties"
    },
    {
      "name": "spring.messages.cache-duration",
      "type": "java.time.Duration",
      "sourceType": "org.springframework.boot.autoconfigure.context.MessageSourceProperties"
    },
    {
      "name": "spring.messages.encoding",
      "type": "java.nio.charset.Charset",
      "sourceType": "org.springframework.boot.autoconfigure.context.MessageSourceProperties"
    },
    {
      "name": "spring.messages.fallback-to-system-locale",
      "type": "java.lang.Boolean",
      "sourceType": "org.springframework.boot.autoconfigure.context.MessageSourceProperties"
    },
    {
      "name": "spring.messages.use-code-as-default-message",
      "type": "java.lang.Boolean",
      "sourceType": "org.springframework.boot.autoconfigure.context.MessageSourceProperties"
    }
  ],
  "hints": []
}