Frish2021
Frish2021
I want to use Papewit to write a server similar to Pepper, but I get an error - 'Rub Hasnott Byan Enablid Forttosk' Gradle buildscript. ` import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.gradle.api.tasks.testing.logging.TestLogEvent...
Usually, the issue lies with the syntactic sugar of the Property class, and it can only be resolved by changing it to an explicit set method. There are also some...
该PR为smart-socket添加了banner.txt自定义banner功能 在resources资源文件夹下编写banner.txt,并启用bannerEnabled 使用AioQuickServer或者UdpBoostrap都能看到效果。 主要的替换符: - port 端口 - version smart-socket版本 - threads 线程数 - backlog 对应IoServerConfig里面的backlog字段
This commit added the `TomlKey` annotation solves the problem where Java variable names cannot contain `-` while the configuration file keys include `-`. Example: ```java public class User { @TomlKey("test-name")...