2 Star 2 Fork 0

掷骰子声音 / wildfly servlet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
spring开发者或java web开发者,
要给war包瘦身了!
请把公共静态资源从war中去掉!
请把第三方jar从war中去掉!
请把log配置从war中去掉!
请不要给我说第三包jar包版本间冲突问题!

我要快速的打包,我要快速的上传到阿里云!每个子项目的大小(war包),希望在在2MB之内!


 _       ___ __    __________         _______
| |     / (_) /___/ / ____/ /_  __   <  / __ \
| | /| / / / / __  / /_  / / / / /   / / / / /
| |/ |/ / / / /_/ / __/ / / /_/ /   / / /_/ /
|__/|__/_/_/\__,_/_/   /_/\__, /   /_/\____/
                         /____/

Welcome to WildFly (formerly known as JBoss Application Server)
http://www.wildfly.org/

Go to the above link for documentation, and additional downloads.

Also, once WildFly is started you can go to http://localhost:8080/
for additional information.


Key Features
------------
* Java EE 7 support
* Fast Startup
* Small Footprint
* Modular Design
* Unified Configuration and Management
* Distributed Domain Management
  两行配置,可提供静态文件服务。
Release Notes
-------------
You can obtain the 10.0.0.Final release notes here:

http://wildfly.org/news/2016/01/29/WildFly10-Released/

Getting Started
---------------
WildFly requires JDK 1.8 or later. For information regarding installation
of the JDK, see http://www.oracle.com/technetwork/java/index.html

WildFly has two modes of operation: Standalone and Domain. For more
information regarding these modes, please refer to the documentation 
available on the JBoss.org site:

https://docs.jboss.org/author/display/WFLY10/Documentation


Starting a Standalone Server
----------------------------
A WildFly standalone server runs a single instance.

<JBOSS_HOME>/bin/standalone.sh      (Unix / Linux)

<JBOSS_HOME>\bin\standalone.bat     (Windows)


Starting a Managed Domain
-------------------------
A WildFly managed domain allows you to control and configure multiple instances,
potentially across several physical (or virtual) machines. The default 
configuration includes a domain controller and a single server group with three 
servers (two of which start automatically), all running on the localhost.

<JBOSS_HOME>/bin/domain.sh      (Unix / Linux)

<JBOSS_HOME>\bin\domain.bat     (Windows)
 

Accessing the Web Console
-------------------------
Once the server has started you can access the landing page:

http://localhost:8080/

This page includes links to online documentation, quick start guides, forums 
and the administration console.


Stopping the Server
-------------------
A WildFly server can be stopped by pressing Ctrl-C on the command line.
If the server is running in a background process, the server can be stopped
using the JBoss CLI:

<JBOSS_HOME>/bin/jboss-cli.sh --connect --command=:shutdown      (Unix / Linux)

<JBOSS_HOME>\bin\jboss-cli.bat --connect --command=:shutdown     (Windows)

空文件

简介

建立在wildfly servlet 10.1.0的基础之上,为大家提供一个比Tomcat/Jetty更好的spring程序的运行环境。 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/skyworthdigital/wildfly-servlet.git
git@gitee.com:skyworthdigital/wildfly-servlet.git
skyworthdigital
wildfly-servlet
wildfly servlet
master

搜索帮助