| | |
| | | @Autowired |
| | | private RuoYiConfig ruoyiConfig; |
| | | |
| | | /** |
| | | * 访问首页,提示语 |
| | | */ |
| | | @RequestMapping("/") |
| | | public String index() |
| | | { |
| | | return StringUtils.format("欢迎使用{}后台管理框架,当前版本:v{},请通过前端地址访问。", ruoyiConfig.getName(), ruoyiConfig.getVersion()); |
| | | } |
| | | |
| | | } |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://156.240.108.70:3306/ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://127.0.0.1:3306/ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: ruoyi |
| | | password: M6MhYJi6zACSR7nf |
| | | # 从库数据源 |
| | |
| | | |
| | | file: |
| | | upload-dir: /www/wwwroot/img |
| | | upload-prefix: https://img.imgbt.net |
| | | upload-prefix: https://home-scimg.169.zkdmu.com |
| | | |
| | | # 网易云信配置 |
| | | netease: |
| | |
| | | key: "2917adc37fd61cbfebc06e22bc91c824" |
| | | channelCode: "0000" |
| | | base-url: "https://xm53mksf233fd.top/agency/apis/pay/get" |
| | | call-back-url: "https://api.imgbt.net/userPolicy/notify" |
| | | call-back-url: "https://index-hou-duan68.abc.zkdmu.com/userPolicy/notify" |