Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Bacheloroppgave_2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
Eilert Tunheim
Bacheloroppgave_2022
cb307d46d19082d9b45bcac6be7a1efaba66986b
bacheloroppgave_2022
src
main
java
com
application
Credentials.java
Find file
Normal view
Permalink
Credentials.java
104 B
Newer
Older
Added authentication class
Eilert Tunheim
committed
3 years ago
1
2
3
package
com.application
;
public
class
Credentials
{
Connection established!
Eilert Tunheim
committed
3 years ago
4
String
projectId
=
"sf-drying-optimization"
;
Added authentication class
Eilert Tunheim
committed
3 years ago
5
}