Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need more information about how to use SpringBoot to build and deploy this application #19

Open
JerryVictoria opened this issue Jul 29, 2021 · 3 comments

Comments

@JerryVictoria
Copy link

I just wondered where to place these files in the dist if I would like to use SpringBoot to deploy this application.

@philipgreat
Copy link
Contributor

Please refer to the document DEPLOYMENT.md to deploy as a spring boot application

@JerryVictoria
Copy link
Author

Please refer to the document DEPLOYMENT.md to deploy as a spring boot application

Thank you for reply!
I read it but this document doesn't mention what to do after I complie the frontend bizui. I use gradle build and get the output file retailscm-biz-suite-core-1.0.0.jar in bizcore/build/libs. Then I run java -jar retailscm-biz-suite-core-1.0.0.jar. However ,when I visit localhost:8080, I cannot get any response. It seems that I didn't put the frontend resources in the right place. What should I do?

@philipgreat
Copy link
Contributor

Please try to use curl like

http://localhost:8080/retailscm/secUserManager/home/

to see if the Login Form JSON object returns, make sure you have MySQL and Redis started up. and data has been imported to MySQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants