aicode的各个框架的仓库,通过不同的目录来分开管理
模板将根据aicode项目中构建时自动选择模板下载,这个仓库仅存放模板框架
请修改项目中的jdbc.properties 文件将数据库链接修改成自己的数据地址即可 如:jdbc.url=jdbc:mysql://192.168.10.250:3306/ai_code_simple?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=round&allowMultiQueries=true 前提是执行了ai-code.sql 脚本,执行后会有原始数据被导入,用于生成过程中的必要数据,请务必保证数据完整未被修改
最外层目录命名如下: {框架名 版本号}-{框架名}-{框架名} 例如: springcloud1.5.13-redis-swagger-lombok springcloud2.1.5-redis-swagger-lombok
模板采用freemarker
模板可以拿到如下数据:
${basePackage} //包名
FreeMarker 的内建函数有:
chunk, is_date, last, root, j_string, round, contains , is_hash, long, float, ends_with, namespace, matches, time, values, seq_last_index_of, uncap_first, byte, substring, is_transform, web_safe, groups, seq_contains, is_macro, index_of, word_list, int, is_method, eval, parent, xml, number, capitalize, if_exists, rtf, node_type, double, is_directive, url, size, default, floor, ceiling, is_boolean, split, node_name, is_enumerable, seq_index_of, is_sequence, sort, is_node,
sort_by, left_pad, cap_first, interpret, children, node_namespace, chop_linebreak, date, short, last_index_of, is_collection, ancestors, length, trim, datetime, is_string, reverse, c, keys, upper_case, js_string, has_content, right_pad, replace, is_hash_ex, new, is_number, lower_case, is_indexable, string, exists, html, first
- xxxx
- xxxx
- xxxx