🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ 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 ~~~