| Package | Description |
|---|---|
| org.noear.solon | |
| org.noear.solon.core |
| Modifier and Type | Method and Description |
|---|---|
NvMap |
SolonProps.argx()
获取启动参数
|
| Modifier and Type | Method and Description |
|---|---|
static SolonApp |
Solon.start(Class<?> source,
NvMap argx,
ConsumerEx<SolonApp> initialize)
启动应用(全局只启动一个)
|
| Constructor and Description |
|---|
SimpleSolonApp(Class<?> source,
NvMap args) |
SolonApp(Class<?> source,
NvMap args) |
SolonProps(SolonApp app,
NvMap args) |
| Modifier and Type | Method and Description |
|---|---|
static NvMap |
NvMap.from(List<String> args) |
static NvMap |
NvMap.from(Map map) |
static NvMap |
NvMap.from(String[] args) |
NvMap |
NvMap.set(String key,
String val) |
Copyright © 2025. All rights reserved.