12345678910111213141516171819 |
- /*
- * This file was generated by the Gradle 'init' task.
- *
- * This project uses @Incubating APIs which are subject to change.
- */
- plugins {
- id 'com.ruoyi.java-library'
- id 'com.ruoyi.kotlin-library'
- }
- dependencies {
- implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
- api project(':ruoyi-common')
- api project(':ruoyi-framework')
- }
- group = 'cc-lotus.ruoyi'
- description = 'ruoyi-cms 内容管理模块'
|