Sfoglia il codice sorgente

dbflute 1.1.8 and add api doc settings

Shinsuke Sugaya 7 anni fa
parent
commit
a141b1d720
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      dbflute_fess/dfprop/lastafluteMap.dfprop
  2. 1 1
      pom.xml

+ 3 - 0
dbflute_fess/dfprop/lastafluteMap.dfprop

@@ -51,5 +51,8 @@ map:{
     #; overrideMap = map:{
     #    ; fess.freeGen.mail.targetDir = ./playsql/data/mail
     #}
+
+    ; isSuppressDescriptionInList = true
+    ; isSuppressAuthorInList = true
 }
 # ----------------/

+ 1 - 1
pom.xml

@@ -39,7 +39,7 @@
 		<maven.compiler.target>1.8</maven.compiler.target>
 
 		<!-- Main Framework -->
-		<dbflute.version>1.1.7</dbflute.version>
+		<dbflute.version>1.1.8</dbflute.version>
 		<lastaflute.version>1.0.8</lastaflute.version>
 		<lasta.taglib.version>0.7.2</lasta.taglib.version>
 		<lasta.job.version>0.5.3</lasta.job.version>