From 6c150c4fd0dda35cb0be29b26b2b6bf9839dc418 Mon Sep 17 00:00:00 2001 From: rinoux Date: Mon, 10 Sep 2018 14:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0e83913..0ca318b 100644 --- a/readme.md +++ b/readme.md @@ -17,9 +17,9 @@ > 在fine_conf_classname: 添加 ![profile](./img/class_fields.png) -- 4、启动设计器或者平台 +- 3、启动设计器或者平台 -- 5、其它说明: +- 4、其它说明: 改数据库太麻烦,可以直接在适当的地方(比如com.fr.io.ResourceRepositoryActivator.doExtra()方法末尾)添加代码 ``` Map hdfsConfig = new HashMap(); @@ -29,4 +29,4 @@ ProfileFactory.create("HDFS", "HDFS_TEST", "/app", true, hdfsConfig).install().apply(); } catch (RepositoryException e) { e.printStackTrace(); - } \ No newline at end of file + }