| | |
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-actuator</artifactId>
|
| | | </dependency>
|
| | | |
| | | <!-- Mysql Connector -->
|
| | | <dependency>
|
| | | <groupId>mysql</groupId>
|
| | | <artifactId>mysql-connector-java</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common Security-->
|
| | | <dependency>
|
| | |
| | | /**
|
| | | * 导入表结构(保存)
|
| | | */
|
| | | @PreAuthorize(hasPermi = "tool:gen:list")
|
| | | @PreAuthorize(hasPermi = "tool:gen:import")
|
| | | @Log(title = "代码生成", businessType = BusinessType.IMPORT)
|
| | | @PostMapping("/importTable")
|
| | | public AjaxResult importTableSave(String tables)
|