1 |
- INSERT INTO `config`.`config_info`(`id`, `data_id`, `group_id`, `content`, `md5`, `gmt_create`, `gmt_modified`, `src_user`, `src_ip`, `app_name`, `tenant_id`, `c_desc`, `c_use`, `effect`, `type`, `c_schema`) VALUES (121, 'ruoyi-xxl-dev.yml', 'DEFAULT_GROUP', 'xxl:\n job:\n accessToken: \'\'\n admin:\n addresses: http://127.0.0.1:8089/xxl-job-admin\n executor:\n appname: xxl-job-executor-sample\n ip: \'\'\n logpath: /data/applogs/xxl-job/jobhandler\n logretentiondays: -1\n port: 9329\n# Spring\nspring: \n redis:\n host: 192.168.0.167\n port: 6379\n password: \n datasource: \n driver-class-name: com.mysql.cj.jdbc.Driver\n url: jdbc:mysql://192.168.0.167:3306/ry-gen?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8\n username: root\n password: root\n flyway:\n baseline-on-migrate: true\n# Mybatis配置\nmybatis-plus:\n # 搜索指定包别名\n typeAliasesPackage: com.ruoyi.gen.domain\n # 配置mapper的扫描,找到所有的mapper.xml映射文件\n mapperLocations: classpath:mapper/**/*.xml\n global-config:\n db-config:\n #主键类型 AUTO:\"数据库ID自增\" INPUT:\"用户输入ID\",ID_WORKER:\"全局唯一ID (数字类型唯一ID)\", UUID:\"全局唯一ID UUID\";\n id-type: auto\n configuration:\n # 是否开启自动驼峰命名规则映射:从数据库列名到Java属性驼峰命名的类似映射\n map-underscore-to-camel-case: true\n # 返回map时true:当查询数据为空时字段返回为null,false:不加这个查询数据为空时,字段将被隐藏\n call-setters-on-nulls: true\n # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用\n log-impl: org.apache.ibatis.logging.stdout.StdOutImpl', '54618e45baf335fb2503dbf73351d934', '2021-11-24 07:10:58', '2021-11-25 09:05:06', NULL, '192.168.0.131', '', '', '文件服务', '', '', 'yaml', '');
|