差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

java:spring [2019/08/02 23:15]
tony [Rest]
java:spring [2023/06/25 09:48]
行 1: 行 1:
-====== Spring ====== 
-===== Article List ===== 
-  * [[.:​spring:​hibernate:​HibernateTool_genSchema|HibernateTool - Gen Schema]] 
-  * [[.:​spring:​rest:​auth_conflict_of_oauth2|REST使用OAuth2認證所發生的衝突]] 
-  * [[.:​spring:​test:​SpringInJUnitHellowWorld|Spring In JUnit HelloWorld!]] 
-===== Notes ===== 
-  * [[java:​spring:​exception_handling|Exception Handling]] 
-  * [[java:​spring:​requestMapping|Request Mapping]] 
  
-===== Resource ===== 
-  * [[https://​spring.io/​guides/​gs/​serving-web-content/​|Serving Web Content with Spring MVC]] 
-  * [[http://​shout.setfive.com/​2015/​11/​02/​spring-boot-authentication-with-custom-http-header/​|Spring Boot: Authentication with custom HTTP header]] 
-  * [[https://​dzone.com/​articles/​spring-transaction-management|spring-transaction-management]] 
-  * [[https://​stackoverflow.com/​questions/​25887688/​how-to-use-custom-spring-scope-with-unit-tests-springjunit4classrunner|如何透過springjunit4classrunner設定context的scope?​]] 
-==== Hibernate ==== 
-  * [[http://​stackoverflow.com/​questions/​17988231/​how-to-log-jdbc-connection-activity|Enable jdbc connection log with log4jdbc]] 
-  * [[https://​stackoverflow.com/​questions/​20808649/​classnotfoundexception-org-hibernate-service-jndi-jndiexception|java.lang.ClassNotFoundException:​ org.hibernate.service.jndi.JndiException]] 
-  * [[https://​stackoverflow.com/​questions/​7125837/​why-does-transaction-roll-back-on-runtimeexception-but-not-sqlexception|如何讓Transaction作用在CheckedException上?​]] 
-  * [[https://​stackoverflow.com/​questions/​2536829/​hibernate-show-real-sql|How to show real SQL of log4j?]] 
-  * [[https://​www.jianshu.com/​p/​659e9715d01d|Spring Data JPA使用Specification动态构建多表查询、复杂查询及排序示例]] 
-  * [[https://​stackoverflow.com/​questions/​16800976/​differences-between-query-object-and-specification-patterns|Differences Between Query Object and Specification Patterns]] 
-==== Rest ==== 
-  * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​cc4a4de892314ed656a5329625905c0e756ca2d7|page and size的驗證 - 1]] 
-  * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​abe0ac13b5af3183791108f457ebb2f1c1c8358a|page and size的驗證 - 2]] 
-  * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​d5de27146eff6e73ee52674ebc649415b04f05f6|page and size的驗證 - 3]] 
-  * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​d5de27146eff6e73ee52674ebc649415b04f05f6#​diff-0753fd5eee2bdc2077cb8d0f9208b6fa|page and size的驗證 - 4]] 
-  * [[https://​github.com/​wnameless/​spring-bulk-api|spring bulk api]]