[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10903":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":8,"totalLinesOfCode":8,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":8,"subscribersCount":14,"size":14,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":17,"compositeScore":18,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":19,"hasPages":19,"topics":21,"createdAt":8,"pushedAt":8,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":14,"starSnapshotCount":14,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},10903,"wildfly","wildfly\u002Fwildfly","WildFly Application Server",null,"https:\u002F\u002Fgithub.com\u002Fwildfly\u002Fwildfly","Java",3172,2263,179,0,1,5,3,62,false,"main",[22],"hacktoberfest","2026-06-12 04:00:52","\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fwildfly.org\">\n      \u003Cimg src=\"logo\u002Fwildfly_logo.svg\" alt=\"wildfly logo\" title=\"WildFly\" width=\"600\"\u002F>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n# WildFly Application Server\nhttps:\u002F\u002Fwildfly.org\n\n* Fast Startup\n* Small Footprint\n* Modular Design\n* Unified Configuration and Management\n\nAnd of course Jakarta EE and MicroProfile!\n\n# Documentation\n\n* https:\u002F\u002Fdocs.wildfly.org\u002F\n\n# Building\n\nPrerequisites:\n\n* JDK 17 or newer - check `java -version`\n* Maven 3.6.0 or newer - check mvn -v (Maven 3.9.14 or a higher Maven 3 is recommended.)\n* On *nix systems, make sure that the maximum number of open files for the user running the build is at least 4096\n  (check `ulimit -n`) or more, depending on what other i\u002Fo intensive processes the user is running.\n\nTo build with your own Maven installation:\n\n    mvn install\n\nAlternatively, you can use the Maven Wrapper script that downloads and installs (if necessary) the required Maven version to\n`~\u002F.m2\u002Fwrapper` and runs it from there. On Linux, run\n\n    .\u002Fmvnw install\n\nOn Windows\n\n    mvnw install\n\n# Starting and Stopping WildFly\n\nChange to the bin directory after a successful build\n\n    $ cd build\u002Ftarget\u002Fwildfly-\\[version\\]\u002Fbin\n\nStart the server in domain mode\n\n    .\u002Fdomain.sh\n\nStart the server in standalone mode\n\n    .\u002Fstandalone.sh\n\nTo stop the server, press Ctrl + C, or use the admin console\n\n    .\u002Fjboss-cli.sh --connect command=:shutdown\n\nCheck 'Getting Started Guide' in the WildFly documentation for more information about how to start and stop WildFly.\n\n# `build` vs. `dist` directories\n\nAfter running `mvn install`, WildFly will be available in two distinct directories, `build` and `dist`.\n\n* The `build` directory contains a build of WildFly that is based on Maven artifact resolution for module configuration\n* The `dist` directory, on the other hand, contains a full distributable build of WildFly\n\nUsing the `build` directory makes iterating with subsystem or module development easier since there is no need to rebuild the whole of WildFly or copy JAR files around on every change.\n\nThe `dist` directory is better suited when a full build of WildFly is needed for development or test purposes.\n\n# Running the Testsuite\n\nFor basic smoke tests, simply: `mvn test`\n\nTo run all the tests\n\n    mvn install -DallTests\n\nThe testsuite module contains several submodules which can be run individually as needed to speed up development.\nRefer to our documentation section that describes the testsuite in details.\n\nhttps:\u002F\u002Fgithub.com\u002Fwildfly\u002Fwildfly\u002Fblob\u002Fmain\u002Fdocs\u002Fsrc\u002Fmain\u002Fasciidoc\u002F_testsuite\u002FWildFly_Integration_Testsuite_User_Guide.adoc\n\n[\u002F\u002F]: # ( TODO Replace this link with published version of the document section once we do publish it with a permalink)\n\n# Contributing\n\nPlease see the instructions available in the [contributing guide](CONTRIBUTING.md).\n\n# License\n\n* [Apache License 2.0](http:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0)\n","WildFly 是一个高性能的应用服务器。它具有快速启动、小内存占用以及模块化设计等核心功能，支持统一的配置和管理，并兼容Jakarta EE和MicroProfile标准。采用Java语言开发，适合需要灵活、高效且易于维护的企业级应用部署场景。通过Maven构建，支持多种操作系统环境下的安装与运行。无论是开发测试还是生产环境，WildFly都能提供稳定的服务支持。",2,"2026-06-11 03:30:44","trending"]