|
5 | 5 |
|
6 | 6 | <groupId>apijson.boot</groupId> |
7 | 7 | <artifactId>apijson-boot-multi-datasource</artifactId> |
8 | | - <version>8.1.7</version> |
| 8 | + <version>8.1.8</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <name>APIJSONBoot-MultiDataSource</name> |
|
59 | 59 | <dependency> |
60 | 60 | <groupId>com.github.Tencent</groupId> |
61 | 61 | <artifactId>APIJSON</artifactId> |
62 | | - <version>8.1.7</version> |
| 62 | + <version>8.1.8</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>com.github.APIJSON</groupId> |
66 | 66 | <artifactId>apijson-framework</artifactId> |
67 | | - <version>8.1.7</version> |
| 67 | + <version>8.1.8</version> |
68 | 68 | </dependency> |
69 | 69 | <!-- fastjson2, jackson, gson 等 JSON 库插件选其中一个即可 <<<<<<<<<<<<<<< --> |
70 | 70 | <dependency> |
71 | 71 | <groupId>com.github.APIJSON</groupId> |
72 | 72 | <artifactId>apijson-fastjson2</artifactId> |
73 | | - <version>1.1.7</version> |
| 73 | + <version>1.1.8</version> |
74 | 74 | </dependency> |
75 | 75 | <!-- <dependency>--> |
76 | 76 | <!-- <groupId>com.github.APIJSON</groupId>--> |
77 | 77 | <!-- <artifactId>apijson-jackson</artifactId>--> |
78 | | -<!-- <version>1.1.7</version>--> |
79 | | -<!-- </dependency>--> |
80 | | -<!-- <dependency>--> |
81 | | -<!-- <groupId>com.github.APIJSON</groupId>--> |
82 | | -<!-- <artifactId>apijson-jackson</artifactId>--> |
83 | | -<!-- <version>1.0.3</version>--> |
| 78 | +<!-- <version>1.1.8</version>--> |
84 | 79 | <!-- </dependency>--> |
85 | 80 | <!-- fastjson2, jackson, gson 等 JSON 库插件选其中一个即可 >>>>>>>>>>>>>>> --> |
86 | 81 |
|
|
0 commit comments