| | |
| | | <version>3.7.0</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <packaging>war</packaging> |
| | | <!-- <packaging>jar</packaging>--> |
| | | <!-- <packaging>war</packaging>--> |
| | | <packaging>jar</packaging> |
| | | <artifactId>smartor-opo</artifactId> |
| | | |
| | | <description> |
| | |
| | | package com.ruoyi.web.controller.enums; |
| | | |
| | | import com.ruoyi.common.enums.OrganEnum; |
| | | |
| | | /** |
| | | * 用户类型 |
| | | * |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # # 开发环境 |
| | | url: jdbc:mysql://116.62.18.175:6002/opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | # 开发环境-云服务器 |
| | | # url: jdbc:mysql://116.62.18.175:6002/opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | # username: opo |
| | | # password: opo@2022 |
| | | |
| | | # 开发环境-本地 |
| | | url: jdbc:mysql://127.0.0.1:3306/smartor_opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: opo |
| | | password: opo@2022 |
| | | password: Smartor.2023 |
| | | |
| | | # 从库数据源 |
| | | slave: |
| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: srm |
| | | active: druid |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | output: |
| | | ansi: |
| | | enabled: ALWAYS |
| | | # redis 配置 |
| | | redis: |
| | | # # 地址、密码、端口(默认为6379):医院环境 |
| | | # host: 129.88.242.37 |
| | | # password: jqserver |
| | | # port: 6379 |
| | | |
| | | # 地址、密码、端口(默认为6379):开发环境 |
| | | host: 192.168.1.10 |
| | | password: Smartor |
| | | port: 6020 |
| | | |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | lettuce: |
| | | pool: |
| | | # 连接池中的最小空闲连接 |
| | | min-idle: 0 |
| | | # 连接池中的最大空闲连接 |
| | | max-idle: 8 |
| | | # 连接池的最大数据库连接数 |
| | | max-active: 8 |
| | | # #连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: -1ms |
| | | |
| | | # token配置 |
| | | token: |