-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HW AVDIENKO #6
base: master
Are you sure you want to change the base?
HW AVDIENKO #6
Conversation
@@ -22,7 +22,7 @@ | |||
|
|||
@Bean | |||
public DataSource dataSource() { | |||
DriverManagerDataSource dmds = new DriverManagerDataSource("jdbc:sqlite:blzcode.db"); | |||
DriverManagerDataSource dmds = new DriverManagerDataSource("jdbc:sqlite:D:\\JavaProject\\perlab\\testng-spring-soap\\blzcode.db"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
используй относительный путь.
CalculatorSoap calculatorSoap; | ||
|
||
@Test | ||
public void Add(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
методы с маленькой буквы, это джава
@@ -0,0 +1,4 @@ | |||
package me.darkweird.testing.service; | |||
|
|||
public interface CalcServive { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Что за пустой интерфейс?
pom.xml
Outdated
</configuration> | ||
</plugin> | ||
<!-- <plugin>--> | ||
<!-- <groupId>org.codehaus.mojo</groupId>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ты либо удаляй или не трогай
No description provided.