Annotation Interface LoggingFilePath


@Inherited @Documented @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER}) @Value("${logging.file.path}") public @interface LoggingFilePath
@Value("${logging.file.path}") 的快捷方式
从以下版本开始:
1.1.3
作者:
应卓
另请参阅:
  • Value