You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# appframework-java
2
2
3
-
Appframework-java is a java Software Development Kit which provide java style api for lark bot development.
3
+
Appframework-java is a java Software Development Kit which provide java api for lark app development.
4
4
It's also a lightweight framework for lark open platform callback event processing,
5
5
developers need to only register event handlers to deal with callback event without caring about the data format or safety verification.
6
6
@@ -18,8 +18,8 @@ developers need to only register event handlers to deal with callback event with
18
18
19
19
20
20
### 1.2 Configuration
21
-
Every lark app has a appId and appSecret. AppId is a unique identity from a app, but it's a random string generated by lark open platform which not friendly to remember or human identification.
22
-
Developer could name the apps and interact with frame work api using the short name.
21
+
Every lark app has an appId and appSecret. AppId is an unique identity from an app, but it's a random string generated by lark open platform which is not friendly to remember or human identify.
22
+
Developer could name the apps and interact with framework api using the short name.
23
23
24
24
Firstly, wo prepare app configuration in advance to build a AppConfiguration object.
25
25
@@ -44,11 +44,11 @@ Server configuration properties example,
Copy file name to clipboardExpand all lines: appframework-spring-boot-starter/src/main/java/com/larksuite/appframework/spring/boot/AppframeworkAutoConfiguration.java
0 commit comments