差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:spring [2017/03/09 16:14]
tony [Hibernate]
java:spring [2023/06/25 09:48] (目前版本)
行 3: 行 3:
   * [[.:​spring:​hibernate:​HibernateTool_genSchema|HibernateTool - Gen Schema]]   * [[.:​spring:​hibernate:​HibernateTool_genSchema|HibernateTool - Gen Schema]]
   * [[.:​spring:​rest:​auth_conflict_of_oauth2|REST使用OAuth2認證所發生的衝突]]   * [[.:​spring:​rest:​auth_conflict_of_oauth2|REST使用OAuth2認證所發生的衝突]]
 +  * [[.:​spring:​test:​SpringInJUnitHellowWorld|Spring In JUnit HelloWorld!]]
 ===== Notes ===== ===== Notes =====
   * [[java:​spring:​exception_handling|Exception Handling]]   * [[java:​spring:​exception_handling|Exception Handling]]
行 9: 行 10:
 ===== Resource ===== ===== Resource =====
   * [[https://​spring.io/​guides/​gs/​serving-web-content/​|Serving Web Content with Spring MVC]]   * [[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?​]]
 +  * [[https://​medium.com/​@vlad.milytin/​google-authenticator-in-java-spring-e7e40e5b9a86|Google Authenticator in Java]]
 ==== Hibernate ==== ==== Hibernate ====
   * [[http://​stackoverflow.com/​questions/​17988231/​how-to-log-jdbc-connection-activity|Enable jdbc connection log with log4jdbc]]   * [[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]]
 +  * [[https://​sites.google.com/​site/​stevenattw/​java/​jdbc/​spring-transaction-management|spring transaction management]]
 +  * [[https://​www.ibm.com/​developerworks/​cn/​java/​j-master-spring-transactional-use/​index.html|透彻的掌握 Spring 中@transactional 的使用]]
 +  * [[http://​www.heartthinkdo.com/?​p=910|事务超时]]
 +  * [[https://​github.com/​spring-projects/​spring-framework/​issues/​9868|JpaTransactionManager does not support transaction timeouts]]
 ==== Rest ==== ==== Rest ====
   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​cc4a4de892314ed656a5329625905c0e756ca2d7|page and size的驗證 - 1]]   * [[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/​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]]