增加了从JSON到activity的转化器。
进而填补了repository层和service层的缺失。 增加了JSON表单格式校验,推荐把标准表单格式放在configure层下。 二维码初始学习,添加了二维码相关依赖。
This commit is contained in:
parent
fbb2a3afc8
commit
720b047144
13
pom.xml
13
pom.xml
@ -150,6 +150,19 @@
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- 二维码支持包 -->
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>3.2.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<version>3.2.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user