Skip to content

987856377/development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Reference Documentation

For further reference, please consider the following sections:

USE NGINX DEPLOY

install nginx

npm run build vue-development

compile development

run java -Dfile.encoding=UTF-8 -jar development-0.0.1-SNAPSHOT.jar

edit nginx.conf

server {
        listen       8088;
		server_name  localhost;	

		location / {
			root E:\WebStormProjects\vue-development\dist;
			index index.html index.htm;
		}
		
		location /pcp/ {
            proxy_set_header Host $host;
            proxy_pass   http://127.0.0.1:8090/pcp/;
		}
}

run nginx

About

处方流转平台后端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published