mvncore_db_dboptions.properties

来自「easy to use, easy to setup bulletin boar」· PROPERTIES 代码 · 共 26 行

PROPERTIES
26
字号
# if USE_DATASOURCE = false, the default built-in connection pool is used
# if USE_DATASOURCE = true, use the connection pool that Servlet Container provides
USE_DATASOURCE = false


# Set the below options if you want to use default connection pool
# This is applied if you set USE_DATASOURCE = false

DRIVER_CLASS_NAME = org.gjt.mm.mysql.Driver

DATABASE_URL = jdbc:mysql://localhost/mvnforum

DATABASE_USER = root

DATABASE_PASSWORD = 

DATABASE_MAXCONNECTION = 20

MAX_TIME_TO_WAIT = 2000


# Set the Data source name if you want to use Server connnection pool
# This is applied if you set USE_DATASOURCE = true

DATASOURCE_NAME=java:comp/env/jdbc/mvnforum

⌨️ 快捷键说明

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