Tianhaoy / hanzomall

半藏商城(hanzo-mall)链接:http://mall.babehome.com/index
11 stars 6 forks source link

关于启动和数据库的问题 #1

Open BigdataEdison opened 4 years ago

BigdataEdison commented 4 years ago

您好: 请教几个问题:

  1. mysql数据的测试数据,能否开放出来?

  2. 整个项目的启动和调试模式能否提供一下?

Tianhaoy commented 4 years ago

你好, 1、mysql的测试数据可以开放出来,是之前没有考虑周到。刚才已经在github中doc目录下公开。 2、你说的项目的启动和调试模式是什么意思? 因为这个开源项目只是一个基于SpringBoot单体服务,只需要打成jar包放在服务器中就可以启动, 或者本地直接编译器启动,在启动之前需要安装Redis,RabbitMq,Elasticsearch等中间件环境。 具体的项目的技术实现流程可以看下我的博客 http://blog.babehome.com 有问题再沟通。

BigdataEdison commented 4 years ago

你好, 1、mysql的测试数据可以开放出来,是之前没有考虑周到。刚才已经在github中doc目录下公开。 2、你说的项目的启动和调试模式是什么意思? 因为这个开源项目只是一个基于SpringBoot单体服务,只需要打成jar包放在服务器中就可以启动, 或者本地直接编译器启动,在启动之前需要安装Redis,RabbitMq,Elasticsearch等中间件环境。 具体的项目的技术实现流程可以看下我的博客 http://blog.babehome.com 有问题再沟通。

启动,我是直接本地启动HanzoMallApplication这个类,但是程序执行完就终止了,在启动的过程中,需要制定application.xml的环境吗? 图片

BigdataEdison commented 4 years ago

我这边github上面已经回复我的疑问,启动的时候,application.xml 需要指定吗?

------------------ 原始邮件 ------------------ 发件人: "Tianhaoy/hanzomall" <notifications@github.com>; 发送时间: 2020年7月30日(星期四) 下午3:46 收件人: "Tianhaoy/hanzomall"<hanzomall@noreply.github.com>; 抄送: "Blueskysky"<1025992671@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [Tianhaoy/hanzomall] 关于启动和数据库的问题 (#1)

你好, 1、mysql的测试数据可以开放出来,是之前没有考虑周到。刚才已经在github中doc目录下公开。 2、你说的项目的启动和调试模式是什么意思? 因为这个开源项目只是一个基于SpringBoot单体服务,只需要打成jar包放在服务器中就可以启动, 或者本地直接编译器启动,在启动之前需要安装Redis,RabbitMq,Elasticsearch等中间件环境。 具体的项目的技术实现流程可以看下我的博客 http://blog.babehome.com 有问题再沟通。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Tianhaoy commented 4 years ago

你那个图片我看不了 我记得是有local dev prod 如果你是在本地启动的话再local的yml中配置你的一些数据库 缓存 消息队列 搜索引擎, 然后在application.yml中切换成active: local 。你稍等下,我重新提交一份application-test.yml的配置文件,之前数据脱敏处理之后有些配置可能github上面的不全,有可能是启动失败的原因。

Tianhaoy commented 4 years ago

提交了一个application-test.yml 文件 补齐配置 切换到这个active: test配置看可以启动吗

BigdataEdison commented 4 years ago

图片是如下的,通常来讲是在program arguments里面来指定的

------------------ 原始邮件 ------------------ 发件人: "Tianhaoy/hanzomall" <notifications@github.com>; 发送时间: 2020年7月30日(星期四) 下午4:48 收件人: "Tianhaoy/hanzomall"<hanzomall@noreply.github.com>; 抄送: "Blueskysky"<1025992671@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [Tianhaoy/hanzomall] 关于启动和数据库的问题 (#1)

提交了一个application-test.yml 文件 补齐配置 切换到这个active: test配置看可以启动吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Tianhaoy commented 4 years ago

不需要指定 我没指定 感觉还是配置的问题 你看下最新的配置 启动报错是什么

BigdataEdison commented 4 years ago

我这边指定到你刚刚上传的test配置,启动是ok的。非常感谢 --spring.profiles.active=test

Tianhaoy commented 4 years ago

👌 技术方面随时交流