SpringBootService this is Spring Boot Service Project skeleton template.Include redis,rabbitmq,jersey restful,timing ,mybatis.The structure of the easy expansion, easy maintenance 这是一个spring boot微服务的框架,包括redis,mq,restful,定时器,mybatis。易扩容、易维护的架构。 ...
Spring Boot购物车Web应用程序
关于
这是一个练习Spring + Thymeleaf的演示项目。 这个想法是建立一些基本的购物车网络应用程序。
它是使用Spring Boot , Spring Security , Thymeleaf , Spring Data JPA , Spring Data REST和Docker制成的。 数据库在内存H2中。
包括登录和注册功能。
用户可以购买产品。 每个用户都有自己的购物车(会话功能)。 结帐是事务性的。
组态
配置文件
文件夹sr
1前端地址
cd /opt/code/sell_fe_buyer/config
vim index.js
编辑之后
npm run build
cp -r dist/* /opt/data/wwwroot/sell/
查看是否修改成功的时间
stat /opt/data/wwwroot/sell/
当nginx转发不了的时候会出现无法找到主机
vim /usr/local/nginx/conf/nginx.conf
修改转发至本机地址
location /sell/ {