整个项目吧(尚医通)

整个尚医通的项目吧~这个源代码提供的不是前后端可分离的。JavaScript+css+html ,spring boot。

源代码+数据库表结构

yygh-parent: B站尚硅谷的尚医通项目的后端开发,里面有完整的sql结构语句,但部分的sql数据不存在,但并不影响你学习这个项目 - Gitee.com

需要的环境

idea啥的

SSM框架环境配置 - seigann - 博客园 (cnblogs.com)

mysql

MySQL下载与安装-CSDN博客 

redis

Redis下载与安装 Linux + Windows 超详细步骤_redis windows下载-CSDN博客

遇到的问题

 Disconnected from the target VM, address: ‘127.0.0.1:63878‘, transport:

SpringBoot项目使用JRebel启动项目提示:Disconnected from the target VM, address: ‘127.0.0.1:63878‘, transport: ‘_jrebel disconnected from the target vm-CSDN博客

-Djava.awt.headless=true -Xms2048m -Xmx2048m

在navicat中修改mysql密码

navicat 已使用保存密码连接mysql数据库 但是忘记root密码,如何修改。_navicat忘记root密码-CSDN博客 使用数据库管理工具navicat----命令行界面_如何测试nav命令行界面-CSDN博客

SET PASSWORD = '123456';

 Failed to configure a DataSource: 'url' attribute is not specified and no embedded

 If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.-CSDN博客

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>

 

相关推荐

  1. 整个项目

    2024-04-07 21:14:01       16 阅读
  2. Day34:学习上优选项目

    2024-04-07 21:14:01       21 阅读
  3. Day35:学习上优选项目

    2024-04-07 21:14:01       15 阅读
  4. Day4:学习上优选项目

    2024-04-07 21:14:01       15 阅读
  5. Day5:学习上优选项目

    2024-04-07 21:14:01       13 阅读
  6. Day7:学习上优选项目

    2024-04-07 21:14:01       14 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-07 21:14:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-07 21:14:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-07 21:14:01       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-07 21:14:01       20 阅读

热门阅读

  1. 使用iPhone/安卓手机代替门禁卡

    2024-04-07 21:14:01       60 阅读
  2. 干了三年外包。。。忘了什么是CICD。。。

    2024-04-07 21:14:01       15 阅读
  3. Mongodb 入门

    2024-04-07 21:14:01       23 阅读
  4. Windows SDK(五)按钮静态文本与编辑框控件

    2024-04-07 21:14:01       25 阅读