BootModule

This commit is contained in:
redkale
2023-12-25 19:09:13 +08:00
parent 710f8fc632
commit 498b2ff70f
26 changed files with 256 additions and 66 deletions

View File

@@ -20,14 +20,14 @@
# 创建工程
在IDE中使用ant或maven方式创建工程增加redkale的依赖。下载解压
    ![home](images/home-dir.png)
  ![home](images/home-dir.png)
并覆盖到工程目录下。
* 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 {
```
运行结果:
    ![console](images/hello-console.png)
  ![console](images/hello-console.png)
# 进一步阅读
* 详细的配置说明看[这里](config.md)。