📄 rmi.properties
字号:
##### OFBiz Startup Application Settings# $Id: start.properties 3653 2004-10-12 16:40:10Z jaz $##### --- By default we will locate the file using the java.home set by java (executable)java.tools.jar.required=false# --- External Base configuration files (relative to ofbiz.home)ofbiz.base.config=base/config# --- External Base schema files (relative to ofbiz.home)ofbiz.base.schema=base/dtd# --- External Base libraries (relative to ofbiz.home)ofbiz.base.lib=base/lib# --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home)ofbiz.base.jar=base/build/lib/ofbiz-base.jar# --- Default logs directory (relative to ofbiz.home)ofbiz.log.dir=logs# --- Location (relative to ofbiz.home) for (normal) container configurationofbiz.container.config=base/config/rmi-containers.xml# --- StartupLoader implementations to load (in order)ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader# -- Enable the shutdown hookofbiz.enable.hook=true# -- Auto-Shutdown after loadofbiz.auto.shutdown=false# --- Default Derby system home directoryderby.system.home=data/derby# --- By default we will find base/config/debug.properties and point to there#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties# --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11)java.awt.headless=true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -