application.properties

来自「spring struct2 hibernate 整合的一个例子」· PROPERTIES 代码 · 共 13 行

PROPERTIES
13
字号
#common settings
server.host=localhost

#jdbc settings
jdbc.url=jdbc\:mysql\://localhost\:3306/demo?useUnicode\=true&characterEncoding\=UTF-8
jdbc.username=root
jdbc.password=

#hibernate settings
hibernate.show_sql=false
hibernate.format_sql=false
hibernate.generate_statistics=true

⌨️ 快捷键说明

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