module.properties

来自「swing编写的库存管理程序。毕业设计类」· PROPERTIES 代码 · 共 33 行

PROPERTIES
33
字号
#
# Support for temporary configuration files. This should be used to cache
# results from other modules. This is not intended to configure the behaviour
# of JFreeReport, use the ReportConfiguration for that purpose.
#
# Deleting these configurations should not kill your application, if it does
# the module implementor did a really bad job.
#
# This implementation stores the files in a user defined folder.
# Use ~ to define a home directory relative storage path.
#
module-info:
  name: filesystem-configstore-module
  producer: The JFreeReport project - www.jfree.org/jfreereport
  description: Initialializer to support external configuration storages.
  version.major: 0
  version.minor: 84
  version.patchlevel: 6
  subsystem: configstore

depends:
  module: org.jfree.report.modules.misc.configstore.base.ConfigStoreBaseModule
  version.major: 0
  version.minor: 84
  version.patchlevel: 6

depends:
  module: org.jfree.report.JFreeReportCoreModule
  version.major: 0
  version.minor: 84
  version.patchlevel: 6

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?