Skip to content

Commit bce073b

Browse files
author
harry.ding
committed
Merge remote-tracking branch 'origin/master'
2 parents c7cdc75 + a7cd349 commit bce073b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@ android use spring mvc, make your code better and clean.
1111

1212

1313
dependencies {
14-
implementation 'com.github.dinghu:android-springmvc:1.0.0'
14+
implementation 'com.github.dinghu:android-springmvc:1.0.5'
1515
}
1616

1717

18+
1.AndroidManifet.xml里面配置@Dao @Controller @Service注解的包名
1819

19-
继承AndroidSpringMvcApplication
20+
<meta-data android:name="component-scan" android:value="xx.xx.xx.xx.service,xx.xx.xx.xx.controller,xx.xx.xx.xx.dao" />
2021

21-
使用 AndroidSpringMvc.inject(this)注入依赖
2222

23-
混淆配置
23+
2.继承AAndroidMvcApplication
24+
25+
3.使用 AndroidSpringMvc.inject(this)注入依赖
26+
27+
4.混淆配置
2428

2529

2630
-keep class com.bitmain.hale.springmvc.controller.** { @com.bitmain.hale.springmvc.di.Autowired <fields>;}

0 commit comments

Comments
 (0)