Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spring-petclinic-microservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Briot
spring-petclinic-microservices
Commits
7a5af7a13b39f5c73919a6eaf74fc67957771aed
Select Git revision
Branches
1
master
default
protected
1 result
spring-petclinic-microservices
src
Author
Search by author
Any Author
authors
Sebastien Briot
briotseb
1 author
Feb 14, 2013
improved Javadoc comments and added licence info
· 7a5af7a1
Mic
authored
12 years ago
7a5af7a1
minor issue in javadoc comment
· 254d05a0
Mic
authored
12 years ago
254d05a0
added exception stacktrace into an html comment
· ebe75510
Mic
authored
12 years ago
ebe75510
added @Cacheable support with ehcache
· 0c09ec3b
Mic
authored
12 years ago
0c09ec3b
Feb 13, 2013
did some clean up for ViewResolvers configuration
· 4ccf1eaa
Mic
authored
12 years ago
4ccf1eaa
made sure @Transactional is not set on the Repository layer
· c5ca72e8
Mic
authored
12 years ago
c5ca72e8
removed TopLink-specific and Hibernate-specific properties
· 4e91b446
Mic
authored
12 years ago
4e91b446
moved all model classes to a dedicated 'model' package
· 23314c54
Mic
authored
12 years ago
23314c54
Feb 12, 2013
moved aspect to util package
· 0a5ea0b5
Mic
authored
12 years ago
0a5ea0b5
moved Validator to the web package
· e924e873
Mic
authored
12 years ago
e924e873
adding licence information to all files in the web layer
· 539f7631
Mic
authored
12 years ago
539f7631
Javadoc and xml documentation improvements
· cd88b8ca
Mic
authored
12 years ago
cd88b8ca
Pets were getting old
· ed3df00b
Mic
authored
12 years ago
ed3df00b
made sure the ClinicService facade is used by all Controllers
· a994785f
Mic
authored
12 years ago
a994785f
Feb 10, 2013
Polish
· 3e66379b
Rossen Stoyanchev
authored
12 years ago
3e66379b
Feb 08, 2013
moved pointcut to @Repository instead of @Service
· 572ef6e2
Mic
authored
12 years ago
572ef6e2
cleaned up AOP usage
· 5699bf83
Mic
authored
12 years ago
5699bf83
Feb 07, 2013
fixed naming issue in vet list
· 0e60b037
Mic
authored
12 years ago
0e60b037
Fixed issue with Atom export
· 47ddd6f9
Mic
authored
12 years ago
47ddd6f9
web config enhancements
· 97e18908
Mic
authored
12 years ago
97e18908
replacing one Spring Data Repo with native JPA
· 5b8ef8ea
Mic
authored
12 years ago
5b8ef8ea
Feb 06, 2013
added custom tag
· 8f531f36
Mic
authored
12 years ago
8f531f36
fixed issue in the 'createVisit' form
· 07e535a7
Mic
authored
12 years ago
07e535a7
fixed issues in the Pet creation form
· 57c90431
Mic
authored
12 years ago
57c90431
Feb 05, 2013
improved pet creation form
· 6eae6971
Mic
authored
12 years ago
6eae6971
improve look and feel of the menu bar
· ab5a3e29
Mic
authored
12 years ago
ab5a3e29
fixed JDBC bug
· 60cfb7fb
Mic
authored
12 years ago
60cfb7fb
added CrashController to showcase behaviour when exception occurs
· ae9085de
Mic
authored
12 years ago
ae9085de
Feb 01, 2013
updated a broken link and renamed script files for mysql
· 2df7267a
Mic
authored
12 years ago
2df7267a
packagesToScan doesn't need a list of values
· 2ebf7567
Mic
authored
12 years ago
2ebf7567
removed Autowiring at the field level
· e97c9a45
Mic
authored
12 years ago
e97c9a45
Jan 31, 2013
removing JdbcTemplate so we use NamedParameterJdbcTemplate solely when possible
· 74eb3e72
Mic
authored
12 years ago
74eb3e72
Jan 30, 2013
fixed lazy loading issues
· f44e3834
Mic
authored
12 years ago
f44e3834
webapp now using JPA by default
· 56c76719
Mic
authored
12 years ago
56c76719
removing datasource declaration so we only rely on an internal database connection pool
· 8b6cfab2
Mic
authored
12 years ago
8b6cfab2
removing xml OR mapping so we only use annotations
· e93f0f60
Mic
authored
12 years ago
e93f0f60
Jan 29, 2013
renamed profiles and removed unnecessary@DirtiesContext annotation so the Test...
· 3482d549
Mic
authored
12 years ago
3482d549
misc updates to tutorial page
· 87e08f7b
Mic
authored
12 years ago
87e08f7b
Jan 28, 2013
removed unneeded declarations inside web.xml
· 4cd69795
Mic
authored
12 years ago
4cd69795
removed appserver-specific files
· 0c240839
Mic
authored
12 years ago
0c240839
Loading