File tree Expand file tree Collapse file tree 19 files changed +48
-5
lines changed
persistence-modules/spring-jpa
spring-security-thymeleaf Expand file tree Collapse file tree 19 files changed +48
-5
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,8 @@ CI - Jenkins
3434================================
3535This tutorials project is being built ** [ >> HERE] ( https://rest-security.ci.cloudbees.com/job/tutorials-unit/ ) **
3636
37+ ### Relevant Articles:
38+ ================================
39+
40+ - [ Apache Maven Standard Directory Layout] ( http://www.baeldung.com/maven-directory-structure )
41+ - [ Apache Maven Tutorial] ( http://www.baeldung.com/maven )
Original file line number Diff line number Diff line change 2020- [ A Maze Solver in Java] ( http://www.baeldung.com/java-solve-maze )
2121- [ Create a Sudoku Solver in Java] ( http://www.baeldung.com/java-sudoku )
2222- [ Displaying Money Amounts in Words] ( http://www.baeldung.com/java-money-into-words )
23- - [ A Collaborative Filtering Recommendation System in Java] ( http://www.baeldung.com/java-collaborative-filtering-recommendations )
23+ - [ A Collaborative Filtering Recommendation System in Java] ( http://www.baeldung.com/java-collaborative-filtering-recommendations )
24+ - [ Find All Pairs of Numbers in an Array That Add Up to a Given Sum] ( http://www.baeldung.com/java-algorithm-number-pairs-sum )
Original file line number Diff line number Diff line change 22
33- [ Introduction to Asciidoctor] ( http://www.baeldung.com/introduction-to-asciidoctor )
44- [ Generating a Book with Asciidoctor] ( http://www.baeldung.com/asciidoctor-book )
5+ - [ Introduction to Asciidoctor in Java] ( http://www.baeldung.com/asciidoctor )
Original file line number Diff line number Diff line change 88- [ Multipart Uploads in Amazon S3 with Java] ( http://www.baeldung.com/aws-s3-multipart-upload )
99- [ Integration Testing with a Local DynamoDB Instance] ( http://www.baeldung.com/dynamodb-local-integration-tests )
1010- [ Using the JetS3t Java Client With Amazon S3] ( http://www.baeldung.com/jets3t-amazon-s3 )
11+ - [ Iteration in Thymeleaf] ( http://www.baeldung.com/thymeleaf-iteration )
12+ - [ Working with Boolean in Thymeleaf] ( http://www.baeldung.com/thymeleaf-boolean )
1113
Original file line number Diff line number Diff line change 4747- [ Overview of Java Built-in Annotations] ( http://www.baeldung.com/java-default-annotations )
4848- [ Finding Min/Max in an Array with Java] ( http://www.baeldung.com/java-array-min-max )
4949- [ Internationalization and Localization in Java 8] ( http://www.baeldung.com/java-8-localization )
50+ - [ Filtering Kotlin Collections] ( http://www.baeldung.com/kotlin-filter-collection )
51+ - [ How to Find an Element in a List with Java] ( http://www.baeldung.com/find-list-element-java )
52+ - [ Measure Elapsed Time in Java] ( http://www.baeldung.com/java-measure-elapsed-time )
53+
Original file line number Diff line number Diff line change 140140- [ Type Erasure in Java Explained] ( http://www.baeldung.com/java-type-erasure )
141141- [ BigDecimal and BigInteger in Java] ( http://www.baeldung.com/java-bigdecimal-biginteger )
142142- [ Display All Time Zones With GMT And UTC in Java] ( http://www.baeldung.com/java-time-zones )
143+ - [ Join and Split Arrays and Collections in Java] ( http://www.baeldung.com/java-join-and-split )
144+ - [ Check If Two Lists are Equal in Java] ( http://www.baeldung.com/java-test-a-list-for-ordinality-and-equality )
145+ - [ Sending Emails with Java] ( http://www.baeldung.com/java-email )
146+ - [ Introduction to SSL in Java] ( http://www.baeldung.com/java-ssl )
147+ - [ Java KeyStore API] ( http://www.baeldung.com/java-keystore )
148+ - [ Double-Checked Locking with Singleton] ( http://www.baeldung.com/java-singleton-double-checked-locking )
Original file line number Diff line number Diff line change 99- [ Hibernate Interceptors] ( http://www.baeldung.com/hibernate-interceptor )
1010- [ JPA Attribute Converters] ( http://www.baeldung.com/jpa-attribute-converters )
1111- [ Mapping LOB Data in Hibernate] ( http://www.baeldung.com/hibernate-lob )
12+ - [ @Immutable in Hibernate] ( http://www.baeldung.com/hibernate-immutable )
Original file line number Diff line number Diff line change 22- [ Introduction to JSF Expression Language 3.0] ( http://www.baeldung.com/jsf-expression-language-el-3 )
33- [ Introduction to JSF EL 2] ( http://www.baeldung.com/intro-to-jsf-expression-language )
44- [ JavaServer Faces (JSF) with Spring] ( http://www.baeldung.com/spring-jsf )
5+ - [ Introduction to Primefaces] ( http://www.baeldung.com/jsf-primefaces )
Original file line number Diff line number Diff line change 8282- [ Publish and Receive Messages with Nats Java Client] ( http://www.baeldung.com/nats-java-client )
8383- [ Java Concurrency Utility with JCTools] ( http://www.baeldung.com/java-concurrency-jc-tools )
8484- [ Apache Commons Collections MapUtils] ( http://www.baeldung.com/apache-commons-map-utils )
85+ - [ Testing Netty with EmbeddedChannel] ( http://www.baeldung.com/testing-netty-embedded-channel )
86+
8587
8688The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
8789
Original file line number Diff line number Diff line change 2020- [ A Guide to Hibernate with Spring 4] ( http://www.baeldung.com/the-persistence-layer-with-spring-and-jpa )
2121- [ Testing REST with multiple MIME types] ( http://www.baeldung.com/testing-rest-api-with-multiple-media-types )
2222- [ Obtaining Auto-generated Keys in Spring JDBC] ( http://www.baeldung.com/spring-jdbc-autogenerated-keys )
23+ - [ Transactions with Spring 4 and JPA] ( http://www.baeldung.com/transaction-configuration-with-jpa-and-spring )
2324
2425### Eclipse Config
2526After importing the project into Eclipse, you may see the following error:
You can’t perform that action at this time.
0 commit comments