BootModule
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
# 创建工程
|
||||
在IDE中使用ant或maven方式创建工程,增加redkale的依赖。下载解压
|
||||
|
||||

|
||||
  
|
||||
|
||||
并覆盖到工程目录下。
|
||||
* bin: 存放启动/关闭脚本(start.sh、shutdown.sh、redkale.sh等)
|
||||
* conf : 存放服务器所需配置文件:
|
||||
* application.xml: 服务配置文件 (必需);
|
||||
* logging.properties:日志配置文件 (可选);
|
||||
* source.properties: 数据库配置文件 (可选);
|
||||
*    application.xml: 服务配置文件 (必需);
|
||||
*    logging.properties:日志配置文件 (可选);
|
||||
*    source.properties: 数据库配置文件 (可选);
|
||||
* lib : 存放服务所依赖jar
|
||||
* logs : logging.properties配置中默认的日志存放目录。
|
||||
|
||||
@@ -55,7 +55,7 @@ public class HelloService implements Service {
|
||||
```
|
||||
运行结果:
|
||||
|
||||

|
||||
  
|
||||
|
||||
# 进一步阅读
|
||||
* 详细的配置说明看[这里](config.md)。
|
||||
|
||||
Reference in New Issue
Block a user