📄 start.properties
字号:
####
# OFBiz Startup Application Settings
# $Id: start.properties,v 1.4 2003/08/25 15:20:21 ajzeneski Exp $
####
# --- By default we will use the current directory
#ofbiz.home=
# --- Set these for shutting down when running as background process
ofbiz.admin.host=127.0.0.1
ofbiz.admin.port=10523
ofbiz.admin.key=so3du5kasd5dn
# --- External Base configuration files (relative to ofbiz.home)
ofbiz.base.config=base/config
# --- 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 container configuration
ofbiz.container.config=base/config/ofbiz-containers.xml
# --- StartupLoader implementations to load (in order)
ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader
# --- By default we will find config/debug.properties and point to there
#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties
# --- Tells AWT (i.e. JasperReports) to not require a head (X11)
java.awt.headless=true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -