运行git搞崩掉了重新创建。。。

1.新建SpringBoot项目

onepill服务端
应该就这些

2.

使用的框架:

  1. 数据库:Spring Date JPA
  2. Service+Dao+Controller
  3. OKHttpClient连接服务器
  4. GSON作为数据格式

结构


AddressController:/onepill/address

  1. 获取所有地址信息:/list
  2. 将Address添加到数据库:/add
  3. 更新Address到数据库:/update
  4. 根据id值删除Address:/delete

参考连接

SpringBoot环境搭建
Spring搭建Android服务器
Android端使用okhttp连接数据库

相关文章:

  • 2021-09-02
  • 2021-04-16
  • 2021-06-29
  • 2021-10-17
  • 2021-06-10
  • 2021-10-17
  • 2022-01-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
  • 2021-10-11
  • 2021-12-25
  • 2021-07-29
相关资源
相似解决方案