摘要:
Spring Boot版本:2.1.3 Tongweb版本:7.0.4.2 数据库:达梦V8 第一步:排除内置Tomcat,在pom中更改此依赖,其他方式可自行百度 <dependency> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文
摘要:
nginx配置访问ip需要修改nginx.conf文件,只需要在server中添加allow跟deny的ip即可,如下: 复制代码upstream novel { server 127.0.0.1:8080;}server { listen 80; server_name localhost; ch 阅读全文