我们基本上有1000 s的“关键词”,在1000 s的页面中被多次使用(它是一个非常大的产品)。拼写总是有细微的变化(特别是速记)。/* This "l" structure stands for "long" and would hold all the long versions */ ai/* This "s" structure stands for "short&
我的项目使用Java8、Springboot、JpaRepository和Oracle DB。我的存储库中有这个查询: @Query("SELECT lex FROM Lexique lex WHERE UPPER(lex.titre) LIKE UPPER(CONCAT(:lettre,'%'lex.titre ASC ")
List<Lexique> findAllWordsStartingBy(@Param("lettre") String lettre); 当我有" E