1.现象描述
netty等一般放在程序启动后再启动,多以下面方式启动:
Component
Order(value 2)
public class NettyUdpServer implements ApplicationRunner {如果在 Order 后面还有其它模块被启动,那么其它模块就会被阻塞。
2.原因分析
主…
> 主要是为了用Nginx运行PHP环境
1. Nginx
官方文档的配置
default.conf
This configuration enables URLs without “index.php” in them and using CodeIgniter’s “404 - File Not Found” for URLs ending with “.php”.
server {listen 80;listen [::]:80;se…