当前位置: 首页> 房产> 建筑 > 软件下载网站怎么赚钱_成都十大广告公司_推广形式_电商网站策划

软件下载网站怎么赚钱_成都十大广告公司_推广形式_电商网站策划

时间:2025/7/15 15:32:30来源:https://blog.csdn.net/qq_48817343/article/details/144671524 浏览次数:0次
软件下载网站怎么赚钱_成都十大广告公司_推广形式_电商网站策划

1、准备条件

nssm,nginx,win11,后端jar包,前端html文件,可用的redis与mysql

2、后端启动

1、编写run.bat文件

@echo off
echo.
echo  run start
echo.cd %~dp0set JAVA_OPTS=-Xms256m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512mjava -jar %JAVA_OPTS% ruoyi.jarpause

2、将jar包与 run.bat文件放一个目录

3、使用nssm将启动jar包做成一个服务

到nssm的目录下cmd到命令行

4、使用nssm install命令安装服务

5、查看安装成功的服务

one、右击window图标选择任务管理器

two、点击服务搜索ruoyi

右击可以启动

启动后能看到日志文件

6、接口测试

3、前端服务

one、前端用nginx部署,将nginx做成一个服务,和后端的一样,只不过run.bat文件换成了nginx.exe文件,所以说就不再赘述

two、配置nginx的配置文件

 

下为nginx.conf配置文件 


#user  nobody;
worker_processes  1;#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;#pid        logs/nginx.pid;events {worker_connections  1024;
}http {include       mime.types;default_type  application/octet-stream;#log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '#                  '$status $body_bytes_sent "$http_referer" '#                  '"$http_user_agent" "$http_x_forwarded_for"';#access_log  logs/access.log  main;sendfile        on;#tcp_nopush     on;#keepalive_timeout  0;keepalive_timeout  65;#gzip  on;server {listen       8848;server_name  localhost;#charset koi8-r;#access_log  logs/host.access.log  main;location / {alias    html/ruoyi/web/;            try_files $uri $uri/ /index.html;index  index.html index.htm; }location /prod-api/ {proxy_pass http://localhost:8086/;}#error_page  404              /404.html;# redirect server error pages to the static page /50x.html#error_page   500 502 503 504  /50x.html;location = /50x.html {root   html;}}}

three、右击重启nginx

four、访问验证

关键字:软件下载网站怎么赚钱_成都十大广告公司_推广形式_电商网站策划

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: