企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1/ssm?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8 username: root password: 123 freemarker: suffix: .html # 模板路径 template-loader-path: classpath:/templates/views/ #redis配置 redis: host: localhost port: 6379 ~~~