mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
update yml
This commit is contained in:
parent
19da0301c8
commit
c381b6e490
2 changed files with 10 additions and 1 deletions
|
@ -14,3 +14,11 @@ steps:
|
||||||
echo Starting the build
|
echo Starting the build
|
||||||
mvn package
|
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;
|
private Integer id;
|
||||||
|
|
||||||
public Integer getId() {
|
public Integer getId() {
|
||||||
|
// comment
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue