mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
update yml
This commit is contained in:
parent
19da0301c8
commit
c381b6e490
2 changed files with 10 additions and 1 deletions
|
@ -13,4 +13,12 @@ steps:
|
|||
- script: |
|
||||
echo Starting the build
|
||||
mvn package
|
||||
displayName: 'Build with Maven'
|
||||
displayName: 'Build with Maven'
|
||||
|
||||
- task: RichCodeNavIndexer@0
|
||||
inputs:
|
||||
serviceConnection: 'rich-code-nav-dev'
|
||||
nugetServiceConnection: 'rich-code-nav-nuget'
|
||||
languages: csharp
|
||||
githubServiceConnection: 'arjun27 (1)'
|
||||
serviceEndpoint: 'https://vscloudkernel-dev.azurewebsites.net'
|
||||
|
|
|
@ -36,6 +36,7 @@ public class BaseEntity implements Serializable {
|
|||
private Integer id;
|
||||
|
||||
public Integer getId() {
|
||||
// comment
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue