From 975e329117a2a658e1119b8135c3eef12b95ecac Mon Sep 17 00:00:00 2001 From: monkeyk7 Date: Mon, 13 Aug 2018 17:16:42 +0800 Subject: [PATCH] use application.properties --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7e0d5..e1ef757 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Base on Spring-Boot 注意将项目的 contextPath(根路径) 设置为 'spring-oauth-server'.
另: 也可通过maven package命令将项目编译为war文件(spring-oauth-server.war), - 将war放在Tomcat中并启动(注意: 这种方式需要将spring-oauth-server.properties加入到classpath中并正确配置数据库连接信息). + 将war放在Tomcat中并启动(注意: 这种方式需要将application.properties加入到classpath中并正确配置数据库连接信息).
  • 参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/spring-oauth-server).