opentable / otj-server

OpenTable Java server template component
Apache License 2.0
1 stars 16 forks source link

I can't find class com.opentable.service.AppInfo in anywhere? #80

Closed eumji025 closed 5 years ago

eumji025 commented 5 years ago

When Used otj-server of version 2.12.7-SNAPSHOT in master branch, I can't find class of com.opentable.service.AppInfo in any dependency jar or in current classpath? it maybe in otj-core ? but I just find com.opentable.service.ServiceInfo,So please tell me where can I find this class , thanks

mikebell90 commented 5 years ago

Otj spring if I recall correctly. But you shouldn’t be using snapshots as a general rule

eumji025 commented 5 years ago

Look forward the GA version, thank you