ÎļþÃû´Ó ruoyi/src/main/resources/application.yml ÐÞ¸Ä |
| | |
| | | # åç§°
|
| | | name: RuoYi
|
| | | # çæ¬
|
| | | version: 2.3.0
|
| | | version: 3.0.0
|
| | | # çæå¹´ä»½
|
| | | copyrightYear: 2019
|
| | | # å®ä¾æ¼ç¤ºå¼å
³
|
| | |
| | | # MyBatisé
ç½®
|
| | | mybatis:
|
| | | # æç´¢æå®å
å«å
|
| | | typeAliasesPackage: com.ruoyi.project.**.domain
|
| | | typeAliasesPackage: com.ruoyi.**.domain
|
| | | # é
ç½®mapperçæ«æï¼æ¾å°ææçmapper.xmlæ å°æä»¶
|
| | | mapperLocations: classpath*:mybatis/**/*Mapper.xml
|
| | | mapperLocations: classpath*:mapper/**/*Mapper.xml
|
| | | # å è½½å
¨å±çé
ç½®æä»¶
|
| | | configLocation: classpath:mybatis/mybatis-config.xml
|
| | |
|
| | |
| | | excludes: /system/notice/*
|
| | | # å¹é
龿¥
|
| | | urlPatterns: /system/*,/monitor/*,/tool/*
|
| | | |
| | | # 代ç çæ
|
| | | gen: |
| | | # ä½è
|
| | | author: ruoyi
|
| | | # é»è®¤çæå
è·¯å¾ system éæ¹æèªå·±ç模ååç§° å¦ system monitor tool
|
| | | packageName: com.ruoyi.project.system
|
| | | # èªå¨å»é¤è¡¨åç¼ï¼é»è®¤æ¯true
|
| | | autoRemovePre: false
|
| | | # 表åç¼ï¼çæç±»åä¸ä¼å
å«è¡¨åç¼ï¼å¤ä¸ªç¨éå·åéï¼
|
| | | tablePrefix: sys_ |